Parcourir la source

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

疯狂的狮子li il y a 4 ans
Parent
commit
ece3b7b26c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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}