Radek
commited on
Commit
·
227b7c4
1
Parent(s):
546d536
10
Browse files- 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 8010:80
|
11 |
|
12 |
|
13 |
|