mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-04 11:37:28 +00:00
fix 修复 gateway模块 dockerfile 端口编写错误
This commit is contained in:
@@ -8,7 +8,7 @@ RUN mkdir -p /ruoyi/gateway/temp
|
||||
|
||||
WORKDIR /ruoyi/gateway
|
||||
|
||||
ENV SERVER_PORT=9200
|
||||
ENV SERVER_PORT=8080
|
||||
|
||||
EXPOSE ${SERVER_PORT}
|
||||
|
||||
|
Reference in New Issue
Block a user