Explorar o código

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

疯狂的狮子li %!s(int64=4) %!d(string=hai) anos
pai
achega
ece3b7b26c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ruoyi-gateway/Dockerfile

+ 1 - 1
ruoyi-gateway/Dockerfile

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