mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
chore: added debug
This commit is contained in:
parent
30a4ae63c5
commit
0c132c8bfc
@ -21,9 +21,11 @@ COPY . /usr/src/app
|
|||||||
|
|
||||||
# env to file
|
# env to file
|
||||||
|
|
||||||
|
RUN env
|
||||||
|
|
||||||
RUN env > .env.production.local
|
RUN env > .env.production.local
|
||||||
|
|
||||||
# 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_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