mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
chore: added public tester key
This commit is contained in:
parent
994ea56af7
commit
29b3630a78
@ -14,7 +14,7 @@ COPY . /usr/src/app
|
|||||||
|
|
||||||
# public env
|
# public env
|
||||||
|
|
||||||
RUN printf "NEXT_PUBLIC_COMMIT_HASH=$(git rev-parse HEAD)\nNEXT_PUBLIC_BRANCH=$(git branch | sed -n -e 's/^\* \(.*\)/\1/p')" > .env.local
|
RUN printf "NEXT_PUBLIC_TESTER_KEY=9f9c4a7ae9afeb045fe818ed8b741c70b1d25ec236b189566a0db020c5596441\nNEXT_PUBLIC_COMMIT_HASH=$(git rev-parse HEAD)\nNEXT_PUBLIC_BRANCH=$(git branch | sed -n -e 's/^\* \(.*\)/\1/p')" > .env.local
|
||||||
|
|
||||||
# Building app
|
# Building app
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user