Skip to content

Commit

Permalink
Dockerfile 세팅 및 AWS deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
SeWooooong committed Dec 3, 2023
1 parent c0f0958 commit fc68ef6
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
@@ -1,3 +1,3 @@
FROM arm64v8/openjdk:17-jdk
FROM openjdk:17-oracle
COPY ./build/libs/Medi-Check-Backend-0.0.1-SNAPSHOT.jar Medi-Check.jar
ENTRYPOINT ["java", "-jar","-Dspring.profiles.active=main", "-Duser.timezone=Asia/Seoul","Medi-Check.jar"]
ENTRYPOINT ["java", "-jar", "-Dspring.profiles.active=main", "-Duser.timezone=Asia/Seoul","Medi-Check.jar"]

0 comments on commit fc68ef6

Please sign in to comment.