Skip to content

Commit

Permalink
cicd : tmp 볼륨 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
anxi01 committed Apr 20, 2024
1 parent 9351bd8 commit 718daec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM openjdk:17-jdk

CMD ["./gradlew", "clean", "build"]

VOLUME /tmp

COPY build/libs/*.jar zerozero.jar

EXPOSE 8080
Expand Down

0 comments on commit 718daec

Please sign in to comment.