This commit is contained in:
2025-04-21 14:20:37 +02:00
parent 8954c11d29
commit 57678c51d0
2 changed files with 1 additions and 5 deletions

View File

@@ -27,7 +27,3 @@ RUN chmod +x /entrypoint.sh
RUN chmod -R 777 /app
ENTRYPOINT ["/entrypoint.sh"]
# Specify default command
CMD ["python", "app.py"]

View File

@@ -8,4 +8,4 @@ flask db init
flask db migrate -m "Autogenerated migration"
flask db upgrade
exec "$@"
python app.py