Skip to content

Commit

Permalink
update npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Werfling committed Mar 1, 2024
1 parent 38b9ef0 commit 8eba285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ RUN rm ./package-lock.json | true

WORKDIR /opt/flyingfish
COPY ./package.json ./
RUN npm install
RUN npm install --loglevel verbose

WORKDIR /opt/flyingfish/schemas
RUN npm run build
Expand Down
1 change: 1 addition & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@influxdata/influxdb-client": "^1.33.2",
"adm-zip": "^0.5.10",
"async-exit-hook": "^2.0.1",
"@mapbox/node-pre-gyp": "git+https://github.com/mapbox/node-pre-gyp/tree/v1.0.11",
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"delay": "^5.0.0",
Expand Down

0 comments on commit 8eba285

Please sign in to comment.