Add production Docker deployment

This commit is contained in:
암냥 2026-09-02 00:22:24 +09:00
commit f1e0e67704
4 changed files with 73 additions and 0 deletions

10
.dockerignore Normal file
View file

@ -0,0 +1,10 @@
.git
.gitignore
.venv
node_modules
__pycache__
*.py[cod]
.env
.env.*
static/dist
README.md