Skip to content

Commit

Permalink
Fix Docker on CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mears-2 committed Sep 3, 2024
1 parent 83228cd commit 40bcb92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV NODE_ENV=production
WORKDIR /src

COPY . .
RUN npm install -g npm@latest
RUN npm ci

# Generate the prisma client code
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"vue": "latest"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.21.1",
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.4"
},
Expand Down

0 comments on commit 40bcb92

Please sign in to comment.