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