Skip to content

Commit

Permalink
chore: Dockerfile에 버전을 *로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wocks1123 committed May 2, 2024
1 parent faaa488 commit eaa50da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM amazoncorretto:17

WORKDIR /usr/app

COPY ./build/libs/backend-0.0.1.jar /usr/app/app.jar
COPY ./build/libs/backend-*.jar /usr/app/app.jar

CMD ["java", "-jar", "app.jar"]
CMD ["java", "-jar", "app.jar"]

0 comments on commit eaa50da

Please sign in to comment.