Commit 165759a5eb667a2afa84298eaf59c6b765fc052b
1 parent
ee673cad
fix: release profile env bug
Showing
2 changed files
with
2 additions
and
2 deletions
ruoyi-admin/admin-dockerfile
| ... | ... | @@ -18,4 +18,4 @@ WORKDIR ${jar_home} |
| 18 | 18 | # 把jar包复制到容器内 |
| 19 | 19 | COPY ruoyi-admin/target/*.jar ${jar_home}${jar_name}.jar |
| 20 | 20 | # 执行命令 |
| 21 | -ENTRYPOINT java -jar ${jar_home}${jar_name}.jar --spring.profile.active=${env_file} | |
| 22 | 21 | \ No newline at end of file |
| 22 | +ENTRYPOINT java -jar ${jar_home}${jar_name}.jar --spring.profiles.active=${env_file} | |
| 23 | 23 | \ No newline at end of file | ... | ... |