Skip to content

Commit

Permalink
docs: Dockerfile 오타 수정 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunwoongH committed Dec 25, 2023
1 parent eb40982 commit 08544b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM amd64/amazoncorretto:17
COPY ./goinggoing-api/build/libs/goinggoing-0.0.1-SNAPSHOT.jar app.jar
COPY ./goinggoing-api/build/libs/goinggoing-api-0.0.1-SNAPSHOT.jar app.jar
ENTRYPOINT ["java", "-Duser.timezone=Asia/Seoul", "-jar", "app.jar"]

0 comments on commit 08544b2

Please sign in to comment.