mirror of
https://github.com/StefBuwalda/dashboard_test.git
synced 2025-10-30 11:19:58 +00:00
Removed entrypoint as migration is handled by app
This commit is contained in:
@@ -13,5 +13,4 @@ RUN chmod +x ./entrypoint.sh
|
||||
|
||||
ENV FLASK_APP=app.py
|
||||
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
CMD []
|
||||
CMD ["flask", "run"]
|
||||
@@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
#echo "Running database migrations..."
|
||||
#flask db upgrade
|
||||
|
||||
echo "Starting Flask app..."
|
||||
python app.py
|
||||
Reference in New Issue
Block a user