Skip to content

Commit

Permalink
fix: replace npm ci with npm i to allow build on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Nov 5, 2022
1 parent 93141e4 commit 76f895d
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 @@ -9,7 +9,7 @@ COPY package-lock.json $HOME/node/

# change workgin dir and install deps in quiet mode
WORKDIR $HOME/node
RUN npm ci -q
RUN npm i -q

# copy all app files
COPY . $HOME/node/
Expand Down

0 comments on commit 76f895d

Please # to comment.