We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5bafe commit 1347e31Copy full SHA for 1347e31
Dockerfile
@@ -12,6 +12,6 @@ ADD ${JAR_FILE} mapping_Backend.jar
12
# 애플리케이션 실행
13
ENTRYPOINT ["/bin/sh", "-c", "\
14
mkdir -p /app/key && \
15
- echo \"$APPLE_AUTH_KEY_P8\" > /app/key/AuthKey.p8 && \
+ echo \"$apple-auth-key-p8\" > /app/key/AuthKey.p8 && \
16
exec java -jar -Duser.timezone=Asia/Seoul mapping_Backend.jar \
17
"]
0 commit comments