Update dockerfile
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 23s

This commit is contained in:
2024-02-24 17:42:02 +01:00
parent 3704192730
commit 686c7fe945

View File

@ -7,4 +7,4 @@ COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt
COPY . .
EXPOSE 5000
CMD ["python3", "-u", "formula10.py"]
CMD ["flask", "--app", "formula10" "--host=0.0.0.0"]