Skip to content

Commit

Permalink
feat: 빌드+도커파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
prislewarz committed Jan 7, 2024
1 parent d9b02fc commit 018c8e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM openjdk:17-jdk-slim-buster
COPY build/libs/solutionChallenge-0.0.1-SNAPSHOT.jar /app.jar
EXPOSE 8080
ENTRYPOINT ["java", "-jar", "/app.jar"]

0 comments on commit 018c8e9

Please sign in to comment.