Skip to content

Commit

Permalink
Fix package.json and package-lock.json mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdeltwabMF committed Jun 7, 2022
1 parent fedf4b6 commit f01f441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:16-alpine AS deps
RUN apk add --no-cache libc6-compat
WORKDIR /app
COPY package.json package-lock.json ./
RUN npm ci
RUN npm ci -f

# Rebuild the source code only when needed
FROM node:16-alpine AS builder
Expand Down

1 comment on commit f01f441

@vercel
Copy link

@vercel vercel bot commented on f01f441 Jun 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.