Skip to content

Commit a53f99c

Browse files
committed
fix: Dockerfile 추가
1 parent 60f09dc commit a53f99c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

aics-auth/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM openjdk:17-jdk-slim
2+
WORKDIR /app
3+
COPY aics-api/build/libs/*.jar app.jar
4+
ENTRYPOINT ["java", "-jar", "app.jar"]

0 commit comments

Comments
 (0)