diff --git a/Dockerfile b/Dockerfile index 9281d1f..0cd6f09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,10 @@ RUN yarn global add node-gyp RUN yarn config set network-timeout 600000 -g && yarn install --production ENV PATH /opt/node_modules/.bin:$PATH ENV NODE_ENV=production + +ARG GCS_BUCKET_NAME +ARG GCS_SERVICE_ACCOUNT + WORKDIR /opt/app COPY . . RUN yarn build