fix 修复 gateway模块 dockerfile 端口编写错误

This commit is contained in:
疯狂的狮子li
2022-08-01 17:58:27 +08:00
parent f6d00e7da3
commit ece3b7b26c

View File

@@ -8,7 +8,7 @@ RUN mkdir -p /ruoyi/gateway/temp
WORKDIR /ruoyi/gateway
ENV SERVER_PORT=9200
ENV SERVER_PORT=8080
EXPOSE ${SERVER_PORT}