mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
fix: fixed dockerfile
This commit is contained in:
parent
cbd2acbcec
commit
f9b89db485
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user