feat: change port to 80
Some checks failed
deploy to v2 / test (push) Failing after 2m19s
deploy to v2 / deploy (push) Has been skipped

This commit is contained in:
Stepan Vladovskii 2024-02-13 17:08:13 -03:00
parent 41add50256
commit 82226bdcb5

View File

@ -5,7 +5,7 @@ FROM python:slim
WORKDIR /app
# Add metadata to the image to describe that the container is listening on port 80
EXPOSE 8000
EXPOSE 80
# Copy the current directory contents into the container at /app
COPY . /app