Skip to content

Commit

Permalink
Merge pull request #20 from CSID-DGU/feat/#11-cicd
Browse files Browse the repository at this point in the history
#11 [FEAT] : Create 'Dockerfile' for Docker CI/CD
  • Loading branch information
bbabbi authored Oct 14, 2024
2 parents cfc4a32 + 5c817f3 commit 755d175
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM amd64/amazoncorretto:17
WORKDIR /app
COPY ./build/libs/docker-1.0.0-SNAPSHOT.jar /app/CECD-1921.jar
CMD ["java", "-Duser.timezone=Asia/Seoul", "-jar", "-Dspring.profiles.active=dev", "CEcD-1921.jar"]

0 comments on commit 755d175

Please sign in to comment.