Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM xyhelper/xyhelper-web:latest
|
2 |
-
|
3 |
# 暴露端口
|
4 |
-
EXPOSE
|
5 |
|
6 |
# 启动应用程序
|
7 |
CMD ["xyhelper-web"]
|
|
|
1 |
FROM xyhelper/xyhelper-web:latest
|
2 |
+
|
3 |
# 暴露端口
|
4 |
+
EXPOSE 8080
|
5 |
|
6 |
# 启动应用程序
|
7 |
CMD ["xyhelper-web"]
|