Skip to content

Commit

Permalink
Refactor: properties 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yso8296 committed Nov 14, 2024
1 parent f9f5578 commit 020b2f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM eclipse-temurin:21-jdk-alpine

ARG REDIRECT_URL

ENV REDIRECT_URL=${REDIRECT_URL}

COPY ./build/libs/*SNAPSHOT.jar project.jar

ENTRYPOINT ["java", "-jar", "project.jar"]

0 comments on commit 020b2f6

Please sign in to comment.