Skip to content

Commit

Permalink
fix: removed --legacy-peer-deps no longer needed with package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonherget committed Jan 12, 2022
1 parent 3a6fa90 commit 34614fb
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 @@ -30,7 +30,7 @@ RUN addgroup --system --gid 1001 juicer && \
adduser juicer --system --uid 1001 --ingroup juicer
COPY --chown=juicer . /juice-shop
WORKDIR /juice-shop
RUN npm install --production --unsafe-perm --legacy-peer-deps
RUN npm install --production --unsafe-perm
RUN npm dedupe
RUN rm -rf frontend/node_modules
RUN mkdir logs && \
Expand Down

0 comments on commit 34614fb

Please sign in to comment.