Skip to content

Commit

Permalink
Try another fix for CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mears-2 committed Sep 3, 2024
1 parent e6cf40b commit 8511426
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ ENV NODE_ENV=production
WORKDIR /src

COPY . .
RUN npm ci
RUN npm install -g npm@latest
RUN rm -rf node_modules
RUN rm package-lock.json
RUN npm i --package-lock-only
# RUN npm ci

# Generate the prisma client code
RUN npm install [email protected]
Expand Down

0 comments on commit 8511426

Please sign in to comment.