Radek commited on
Commit
571c18c
·
1 Parent(s): 13dca41
Files changed (1) hide show
  1. Dockerfile +5 -4
Dockerfile CHANGED
@@ -8,11 +8,12 @@ RUN echo "$(ls -lha)"
8
 
9
  # Document that the service listens on port 8010
10
 
11
- EXPOSE 8010
12
- EXPOSE 7860:8010
13
- EXPOSE 8010:7860
14
- EXPOSE 80:8010
15
  EXPOSE 8010:80
 
 
 
 
 
16
 
17
  #CMD ["bash", "start.sh"]
18
 
 
8
 
9
  # Document that the service listens on port 8010
10
 
 
 
 
 
11
  EXPOSE 8010:80
12
+ #EXPOSE 8010
13
+ #EXPOSE 7860:8010
14
+ #EXPOSE 8010:7860
15
+ #EXPOSE 80:8010
16
+ #EXPOSE 8010:80
17
 
18
  #CMD ["bash", "start.sh"]
19