updated dockerfile and flask app name
This commit is contained in:
@@ -10,6 +10,6 @@ RUN pip3 install -r /app/requirements.txt
|
||||
COPY app /app
|
||||
|
||||
ENTRYPOINT ["flask"]
|
||||
CMD ["--app", "app", "run", "--host=0.0.0.0", "--port=80"]
|
||||
CMD ["run", "--host=0.0.0.0", "--port=80"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user