智慧保安后台管理-外网项目备份
Administrator
2022-04-12 068c5b7cbf239d6aae87fe8ae6239f1165f76431
Dockerfile
@@ -3,7 +3,7 @@
MAINTAINER smallchill@163.com
#启动自行加载   服务名-prod.yml配置
ENV PARAMS="--server.port=81 --spring.profiles.active=test"
ENV PARAMS="--server.port=81 --spring.profiles.active=prod"
RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shanghai' >/etc/timezone
COPY target/zhbaw.jar /app.jar