Skip to content

Commit

Permalink
Merge pull request #101 from jameswragg/patch-1
Browse files Browse the repository at this point in the history
prefer npm ci over npm i
  • Loading branch information
Nargonath authored Dec 17, 2023
2 parents d1b4fda + 48b0213 commit 782f36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM base AS dependencies
COPY package*.json ./
RUN npm set progress=false \
&& npm config set depth 0 \
&& npm i
&& npm ci

COPY .eslintrc.json .
COPY ./server ./server
Expand Down

0 comments on commit 782f36b

Please sign in to comment.