port8000
This commit is contained in:
@@ -5,7 +5,7 @@ FROM python:3.12-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
|
||||
|
Reference in New Issue
Block a user