Skip to content

Commit

Permalink
[FIX] 오타수정
Browse files Browse the repository at this point in the history
  • Loading branch information
happyjamy committed Feb 18, 2024
1 parent 328aef7 commit c61c39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 어플리케이션 .jar 파일을 여러 레이어로 extracting
FROM eclipse-temurin:17-jre AS builder
WORKDIR applicatio
WORKDIR application
ARG JAR_FILE=build/libs/*SNAPSHOT.jar
COPY ${JAR_FILE} application.jar
RUN java -Djarmode=layertools -jar application.jar extract
Expand Down

0 comments on commit c61c39f

Please sign in to comment.