File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11node_modules /
22.DS_Store
33infra /tf /.terraform /
4+ .env
File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ COPY package*.json ./
1010# Install dependencies (this layer will be cached unless package files change)
1111RUN npm ci --only=production --quiet --no-fund --no-audit && npm cache clean --force
1212
13+ ENV EXPORT_CONFIG=""
14+
1315# Copy source code
1416COPY . .
1517
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "main" : " index.js" ,
55 "scripts" : {
6- "start" : " node index.js" ,
7- "build" : " docker build -t bigquery-export ."
6+ "build" : " docker build -t bigquery-export ." ,
7+ "run" : " docker run -v ~/.config/gcloud:/home/app/.config/gcloud:ro --env-file .env bigquery-export"
8+ }
89 },
910 "type" : " module" ,
1011 "dependencies" : {
You can’t perform that action at this time.
0 commit comments