fix: missing secret.json

This commit is contained in:
원더 2021-01-23 13:10:17 +09:00
parent f9b89db485
commit e1d13419ef

View File

@ -18,7 +18,7 @@ RUN printf "NEXT_PUBLIC_COMMIT_HASH=$(git rev-parse HEAD)\nNEXT_PUBLIC_BRANCH=$(
# secret.json
RUN echo "{\"tester\": \"${TESTER_KEY}\"}"
RUN echo "{\"tester\": \"${TESTER_KEY}\"}" > secret.json
# Building app