mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07:00
Update gettingstarted.md (#11094)
* Update gettingstarted.md 1. Flask app was running in the wrong port. 2. 5000 port was not exposed in Dockerfile * Update gettingstarted.md mistook Redis port to flask port.
This commit is contained in:
committed by
GitHub
parent
28210e08d9
commit
39fe7accba
@@ -90,6 +90,7 @@ following:
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . .
|
||||
EXPOSE 5000
|
||||
CMD ["flask", "run"]
|
||||
|
||||
This tells Docker to:
|
||||
|
||||
Reference in New Issue
Block a user