增加前端打包镜像的dockerfile暴露8527、8526端口

This commit is contained in:
changwei
2023-08-30 19:41:31 +08:00
parent b1d8ef18dd
commit ed0e3a6627
2 changed files with 2 additions and 0 deletions

View File

@@ -26,3 +26,4 @@ COPY dist /usr/share/nginx/html/maxkey
#CMD ["nginx", "-g", "daemon off;"]
EXPOSE 8527

View File

@@ -26,3 +26,4 @@ COPY dist /usr/share/nginx/html/maxkey-mgt
#CMD ["nginx", "-g", "daemon off;"]
EXPOSE 8526