add Dockerfile

This commit is contained in:
2024-02-20 20:44:27 +03:00
parent 5804bb3d38
commit 4439a327ad
3 changed files with 36 additions and 0 deletions

8
.dockerignore Normal file
View File

@@ -0,0 +1,8 @@
.git/
.venv/
state/*
__pycache__
*.pyo
*.pyc
.env*