Skip to content

Commit

Permalink
Fixed NPM build dependency conflict for server
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored Jun 7, 2022
1 parent 68ff537 commit 397f8c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ COPY package.json package-lock.json ./

RUN apk add --update-cache build-base python3 libheif vips-dev vips ffmpeg

RUN npm install
RUN npm install --legacy-peer-deps

COPY . .

RUN npm run build
RUN npm run build

0 comments on commit 397f8c7

Please sign in to comment.