Skip to content

Commit

Permalink
service: remove --legacy-peer-deps from backend init (#791)
Browse files Browse the repository at this point in the history
Removed from backend codebase in getodk/central-backend#1293
  • Loading branch information
alxndrsn authored Nov 20, 2024
1 parent fb02423 commit 2e5c4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN apt-get update \
postgresql-client-14 \
netcat-traditional \
&& rm -rf /var/lib/apt/lists/* \
&& npm clean-install --omit=dev --legacy-peer-deps --no-audit \
&& npm clean-install --omit=dev --no-audit \
--fund=false --update-notifier=false

COPY server/ ./
Expand Down

0 comments on commit 2e5c4f7

Please sign in to comment.