Skip to content

Commit e04b744

Browse files
committed
fix: Dockerfile 경로 오타 수정
1 parent a53f99c commit e04b744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aics-auth/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM openjdk:17-jdk-slim
22
WORKDIR /app
3-
COPY aics-api/build/libs/*.jar app.jar
3+
COPY aics-auth/build/libs/*.jar app.jar
44
ENTRYPOINT ["java", "-jar", "app.jar"]

0 commit comments

Comments
 (0)