Spaces:
Paused
Paused
Radek
commited on
Commit
·
1bce5da
1
Parent(s):
571c18c
- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -8,12 +8,12 @@ RUN echo "$(ls -lha)"
|
|
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 |
|
|
|
8 |
|
9 |
# Document that the service listens on port 8010
|
10 |
|
11 |
+
#EXPOSE 8010:80
|
12 |
+
EXPOSE 80:8010
|
13 |
+
|
14 |
#EXPOSE 8010
|
15 |
#EXPOSE 7860:8010
|
16 |
#EXPOSE 8010:7860
|
|
|
|
|
17 |
|
18 |
#CMD ["bash", "start.sh"]
|
19 |
|