Skip to content

Commit 1347e31

Browse files
authored
[FIX] 도커 파일 수정
1 parent 9a5bafe commit 1347e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ ADD ${JAR_FILE} mapping_Backend.jar
1212
# 애플리케이션 실행
1313
ENTRYPOINT ["/bin/sh", "-c", "\
1414
mkdir -p /app/key && \
15-
echo \"$APPLE_AUTH_KEY_P8\" > /app/key/AuthKey.p8 && \
15+
echo \"$apple-auth-key-p8\" > /app/key/AuthKey.p8 && \
1616
exec java -jar -Duser.timezone=Asia/Seoul mapping_Backend.jar \
1717
"]

0 commit comments

Comments
 (0)