[add]: Database connection and migrations
This commit is contained in:
+3
-2
@@ -17,5 +17,6 @@ EXPOSE 5000
|
||||
ENV FLASK_APP=app.py
|
||||
ENV FLASK_RUN_HOST=0.0.0.0
|
||||
|
||||
# Run the application
|
||||
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:5000", "wsgi:wsgi_app"]
|
||||
RUN chmod +x scripts/entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["scripts/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user