feat: change port to 80
This commit is contained in:
parent
41add50256
commit
82226bdcb5
|
@ -5,7 +5,7 @@ FROM python:slim
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Add metadata to the image to describe that the container is listening on port 80
|
# 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 the current directory contents into the container at /app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
Loading…
Reference in New Issue
Block a user