File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11SERVER_PORT = 4550
2- FROM_IMAGE = openjdk:21-jdk-slim
2+ BASE_IMAGE = openjdk:21-jdk-slim
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ application {
245245}
246246
247247bootJar {
248- archiveFileName = " api -cp-springboot-template .jar"
248+ archiveFileName = " service -cp-crime-schedulingandlisting-courtschedule .jar"
249249
250250 manifest {
251251 attributes(' Implementation-Version' : project. version. toString())
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
99 http_proxy : ${http_proxy}
1010 https_proxy : ${https_proxy}
1111 no_proxy : ${no_proxy}
12- FROM_IMAGE : ${FROM_IMAGE }
12+ BASE_IMAGE : ${BASE_IMAGE }
1313 environment :
1414 # these environment variables are used by java-logging library
1515 - ROOT_APPENDER
You can’t perform that action at this time.
0 commit comments