debut dockerfile

This commit is contained in:
2024-10-30 14:42:44 +01:00
parent a0eeb8ecf0
commit 0c6d30da7d
2 changed files with 6 additions and 3 deletions

2
start.sh Normal file
View File

@@ -0,0 +1,2 @@
source /app/venv/bin/activate
python /app/manage.py runserver 0.0.0.0:8080