feat: 🚀 添加部署master分支功能

This commit is contained in:
2023-03-01 14:06:46 +08:00
parent 41207394e5
commit ce721696fa
2 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ ENV TZ="Asia/Shanghai"
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# 定义一些环境变量,方便环境变量传参
ENV JVM_OPTS=""
ENV JAVA_OPTS="-Dspring.profiles.active=dev"
ENV JAVA_OPTS=""
# 指定暴露的端口,起到说明的作用,不指定也会暴露对应端口
EXPOSE 8080
# 启动 jar 的命令