Commit a43c27c0 by 黎配弘

添加测试环境用的发布文件

parent 521d3811
......@@ -2,5 +2,5 @@ FROM openjdk:8-jre-alpine
LABEL maintainer="Liph <liph@gzwinsun.com>" app="gdtelgztelschoolcenterolduser"
ENV TZ=Asia/Shanghai
COPY app.jar app.jar
EXPOSE 11094
EXPOSE 11095
CMD java -jar app.jar --spring.profiles.active=test
\ No newline at end of file
@echo off
:: 每次发版都需要改的版本号
SET APP_VERSION=0.0.3
SET APP_VERSION=0.0.4
SET HOST_NAME=172.18.101.172
SET APP_NAME=gateway
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment