Spaces:
Paused
Paused
Radek
commited on
Commit
·
f5f9675
1
Parent(s):
f5b0365
- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -9,7 +9,8 @@ RUN echo "$(ls -lha)"
|
|
9 |
# Document that the service listens on port 8010
|
10 |
|
11 |
EXPOSE 8010
|
12 |
-
EXPOSE 7860
|
|
|
13 |
EXPOSE 80:8010 # EXPOSE 8010
|
14 |
EXPOSE 8010:80 # EXPOSE 8010
|
15 |
|
|
|
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 |
|