Files
novafarma/gcloud auth application-default login/google-cloud-sdk/platform/ext-runtime/nodejs/data/yarn-package-json-install

6 lines
119 B
Plaintext

RUN yarn install --production || \
((if [ -f yarn-error.log ]; then \
cat yarn-error.log; \
fi) && false)