Skip to content

Commit

Permalink
[#33] server 배포용 dockerfile 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
JunRain2 committed Mar 12, 2024
1 parent 1ce74e9 commit 00f4eb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/memetory/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM openjdk:17-oracle

COPY build/libs/memetory-0.0.1-SNAPSHOT.jar app.jar

ENTRYPOINT ["java","-Dspring.profiles/active=dev", "-jar", "app.jar"]

0 comments on commit 00f4eb2

Please sign in to comment.