style: removed unnecessary script

This commit is contained in:
wonderlandpark 2021-04-13 13:56:13 +09:00
parent af2b065de8
commit fbe1115508
No known key found for this signature in database
GPG Key ID: E3E650B146478C64

View File

@ -30,8 +30,6 @@ COPY . /usr/src/app
# env to file
RUN env
RUN env > .env.production.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