Spaces:
Paused
Paused
Radek
commited on
Commit
·
13dca41
1
Parent(s):
f5f9675
- 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
|
13 |
-
EXPOSE 8010:7860
|
14 |
-
EXPOSE 80:8010
|
15 |
-
EXPOSE 8010:80
|
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 |
|