Fixed incorrect location in run command
This commit is contained in:
@@ -15,4 +15,4 @@ ENV FLASK_APP=backend.blueprints.__init__
|
||||
ENV FLASK_DEBUG=True
|
||||
|
||||
# Start the Flask app
|
||||
CMD ["gunicorn", "-b", "0.0.0.0:5000", "blueprints.__init__:create_app()"]
|
||||
CMD ["gunicorn", "-b", "0.0.0.0:5000", "backend.blueprints.__init__:create_app()"]
|
||||
|
||||
Reference in New Issue
Block a user