Radek commited on
Commit
5563709
1 Parent(s): f7f8db4
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN echo "----------------------------------------------------"
7
  RUN echo "$(ls -lha)"
8
 
9
  # Document that the service listens on port 8010
10
- EXPOSE 8010
11
 
12
 
13
 
 
7
  RUN echo "$(ls -lha)"
8
 
9
  # Document that the service listens on port 8010
10
+ EXPOSE 80:8010
11
 
12
 
13