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

2.X
疯狂的狮子li 2022-08-01 17:58:27 +08:00
parent f6d00e7da3
commit ece3b7b26c
1 changed files with 1 additions and 1 deletions

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}