update ruoyi-gateway/Dockerfile.

Signed-off-by: tgooogt <tgooogt123@163.com>
This commit is contained in:
tgooogt 2023-07-19 08:04:33 +00:00 committed by Gitee
parent 75b7e2f5ab
commit c52ea32ef1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ LABEL maintainer=tangang
#启动自行加载 服务名-prod.yml配置
ENV PARAMS="--server.port=8080 --spring.profiles.active=prod --spring.cloud.nacos.server-addr=his-nacos.oneos-tg --spring.cloud.nacos.config.file-extension=yml"
ENV PARAMS="--server.port=8080 --spring.profiles.active=prod --spring.cloud.nacos.server-addr=his-nacos.oneos-tg:8848 --spring.cloud.nacos.config.namespace=prod --spring.cloud.nacos.config.file-extension=yml"
# 基础镜像已经修改完时区,这里注释掉
# RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shanghai' >/etc/timezone