@@ -6,6 +6,4 @@ WORKDIR /flask
RUN pip3 install -r /flask/requirements.txt
-WORKDIR /flask
-
CMD gunicorn app:app -c gunicorn_conf.py