fix flask app deploy

This commit is contained in:
JesseBot 2022-10-05 14:23:03 +02:00
parent ececcef606
commit 28bc35837e

View file

@ -5,4 +5,4 @@ RUN pip3 install -r requirements.txt
COPY . .
CMD [ "python3", "-m" , "flask", "run", "--host=0.0.0.0"]
CMD ["flask", "--app=routes", "run"]