fix: fixed dockerfile

This commit is contained in:
원더 2021-01-23 12:47:31 +09:00
parent cbd2acbcec
commit f9b89db485

View File

@ -16,6 +16,10 @@ COPY . /usr/src/app
RUN printf "NEXT_PUBLIC_COMMIT_HASH=$(git rev-parse HEAD)\nNEXT_PUBLIC_BRANCH=$(git branch | sed -n -e 's/^\* \(.*\)/\1/p')" > .env.local
# secret.json
RUN echo "{\"tester\": \"${TESTER_KEY}\"}"
# Building app
RUN yarn build