Expose port
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 16s

This commit is contained in:
2024-02-16 11:50:33 +01:00
parent 15065498be
commit 7dd7b2c98e

View File

@ -6,4 +6,5 @@ WORKDIR /app
COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt
COPY . .
EXPOSE 5000
CMD ["python3", "-u", "formula10.py"]