corrected cmd order
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM python:3.9-slim
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . .
|
||||
RUN pip install -r requirements.txt
|
||||
ENV FLASK_APP=flaskr/hello
|
||||
EXPOSE 5000
|
||||
ENTRYPOINT python3 -m flask run --host=0.0.0.0
|
||||
Reference in New Issue
Block a user