File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN ls -la /root/.m2/repository
16
16
RUN ./mvnw dependency:go-offline --quiet\
17
17
&& ./mvnw process-resources --quiet \
18
18
&& ./mvnw clean package -Dmaven.default-test.skip=true -Dmaven.test.skip=true -DskipTests --no-transfer-progress --quiet\
19
- && mkdir -p extracted && java -Djarmode=layertools -jar target/*.jar extract --destination extracted
19
+ && mkdir -p extracted && java -Djarmode=layertools -jar target/stacks-api-[^-] *.jar extract --destination extracted
20
20
21
21
FROM azul/zulu-openjdk-alpine:17-jre
22
22
Original file line number Diff line number Diff line change 248
248
<version >${spring.boot.version} </version >
249
249
<configuration >
250
250
<mainClass >com.amido.stacks.workloads.Application</mainClass >
251
- <layout >JAR</layout >
252
251
</configuration >
253
252
<executions >
254
253
<execution >
You can’t perform that action at this time.
0 commit comments