mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix: docker: install: -f
This commit is contained in:
parent
784bb2ebdd
commit
8eb724b58c
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ WORKDIR /usr/src/app
|
|||
COPY package.json /usr/src/app/
|
||||
|
||||
RUN npm config set package-lock false && \
|
||||
npm install --production && \
|
||||
npm install --production -f && \
|
||||
apk update && \
|
||||
apk add --no-cache bash make g++ python3 && \
|
||||
npm i gritty && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue