Update dockerfile
Some checks failed
Build Formula10 Docker Image / build-docker (push) Failing after 16s
Some checks failed
Build Formula10 Docker Image / build-docker (push) Failing after 16s
This commit is contained in:
@ -7,4 +7,4 @@ COPY requirements.txt requirements.txt
|
|||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
CMD ["python3", "-u", "-m", "flask", "--app", "formula10", "--host=0.0.0.0"]
|
CMD ["python3", "-u", "-m", "flask", "--app", "formula10", "--host", "0.0.0.0"]
|
||||||
|
Reference in New Issue
Block a user