Skip to content

Commit

Permalink
chore: 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
coli-geonwoo committed Nov 28, 2024
1 parent f1de1cd commit 10f94e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM openjdk:17-jdk

ARG JAR_FILE=./build/libs/ody-backend-0.0.1-SNAPSHOT.jar

ENV SPRING_PROFILES_ACTIVE=DEV
ENV SPRING_PROFILES_ACTIVE=dev
ENV JASYPT_ENCRYPTOR_PASSWORD=${JASYPT_ENCRYPTOR_PASSWORD}

COPY ${JAR_FILE} ody-backend.jar
Expand Down

0 comments on commit 10f94e7

Please sign in to comment.