mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Update dockerfile example port (#23448)
## Description Mismatch between exposed port and port used by command. ## Reviews <!-- List applicable reviews (optionally @tag reviewers) --> - [x] Technical review - [x] Editorial review - [ ] Product review
This commit is contained in:
@@ -31,7 +31,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Copy in the source code
|
||||
COPY src ./src
|
||||
EXPOSE 5000
|
||||
EXPOSE 8080
|
||||
|
||||
# Setup an app user so the container doesn't run as the root user
|
||||
RUN useradd app
|
||||
|
||||
Reference in New Issue
Block a user