Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Commit

Permalink
fix: resolver react incompatible version with use-react-screenshot #debt
Browse files Browse the repository at this point in the history
  • Loading branch information
rwietter committed Jul 2, 2023
1 parent 696d7d2 commit a3dfd38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app

COPY package.json package-lock.json ./

RUN npm install --omit=dev
RUN npm install --omit=dev --force

COPY . .

Expand All @@ -19,7 +19,7 @@ WORKDIR /production

COPY package.json package-lock.json ./

RUN npm install --omit=dev
RUN npm install --omit=dev --force

COPY --from=builder /app/.next ./.next
COPY --from=builder /app/public ./public
Expand Down

0 comments on commit a3dfd38

Please sign in to comment.