mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-23 02:48:34 +08: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