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"]
|
||||
Reference in New Issue
Block a user