diff --git a/Dockerfile b/Dockerfile index 52f83fc..2b016be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM python:3.9 +EXPOSE 80 + WORKDIR /app COPY ./requirements.txt /app/requirements.txt