This commit is contained in:
Untone 2024-01-25 01:12:01 +03:00
parent 7c8b58d613
commit e0e1e88882

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 80
EXPOSE 8000
# Copy the current directory contents into the container at /app
COPY . /app