feat: Build docker container for release

!1
This commit is contained in:
2024-05-13 21:02:41 +09:30
parent db5d7e18ad
commit b3b12638ad
4 changed files with 81 additions and 2 deletions

12
.dockerignore Normal file
View File

@ -0,0 +1,12 @@
.git
.git*
website-template/
gitlab-ci/
venv/
docs/
**/*.sqlite3
**/static/
__pycache__
**__pycache__
**.pyc
** .pytest*