update ruoyi-auth/Dockerfile.

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

View File

@ -8,7 +8,7 @@ ENV PARAMS="--server.port=8080 --spring.profiles.active=prod --spring.cloud.naco
# 基础镜像已经修改完时区,这里注释掉
# RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shanghai' >/etc/timezone
COPY ruoyi-gateway/target/*.jar /app.jar
COPY ruoyi-auth/target/*.jar /app.jar
EXPOSE 8080
#