Skip to content

Commit

Permalink
fix: dockerfile 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yunuo46 committed Apr 30, 2024
1 parent 36aa445 commit 33a5349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM bellsoft/liberica-openjdk-alpine:21
FROM gradle:8.4-jdk-alpine

RUN chmod +x ./gradlew
CMD ["./gradlew", "clean", "build"]

COPY build/libs/*.jar app.jar
Expand Down

0 comments on commit 33a5349

Please sign in to comment.