Pārlūkot izejas kodu

Expose port

master
jfinn 1 gadu atpakaļ
vecāks
revīzija
dca29328bf
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2
    1
      Dockerfile

+ 2
- 1
Dockerfile Parādīt failu

@@ -8,5 +8,6 @@ WORKDIR /docker-flask-test
8 8
 ADD . /docker-flask-test
9 9
 # run pip to install the dependencies of the flask app
10 10
 RUN pip install -r requirements.txt
11
+EXPOSE 5000
11 12
 # define the command to start the container
12
-CMD ["python","app.py"]
13
+CMD ["python","app.py"]

Notiek ielāde…
Atcelt
Saglabāt