mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 11:19:58 +00:00
123
This commit is contained in:
@@ -27,7 +27,3 @@ RUN chmod +x /entrypoint.sh
|
||||
RUN chmod -R 777 /app
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
|
||||
# Specify default command
|
||||
CMD ["python", "app.py"]
|
||||
|
||||
@@ -8,4 +8,4 @@ flask db init
|
||||
flask db migrate -m "Autogenerated migration"
|
||||
flask db upgrade
|
||||
|
||||
exec "$@"
|
||||
python app.py
|
||||
|
||||
Reference in New Issue
Block a user