diff --git a/web_server/Dockerfile b/web_server/Dockerfile index b8714a1..9978c8c 100644 --- a/web_server/Dockerfile +++ b/web_server/Dockerfile @@ -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()"]