mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +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
|
||||
|
||||
RUN env
|
||||
|
||||
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
|
||||
RUN yarn build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user