From 020b2f65aa389cce5d637c91b8109fde1fe3479f Mon Sep 17 00:00:00 2001 From: yso8296 <66588512+yso8296@users.noreply.github.com> Date: Fri, 15 Nov 2024 06:39:31 +0900 Subject: [PATCH] =?UTF-8?q?Refactor:=20properties=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0fe472d..7f42bd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file