We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784bb2e commit 8eb724bCopy full SHA for 8eb724b
docker/Dockerfile
@@ -8,7 +8,7 @@ WORKDIR /usr/src/app
8
COPY package.json /usr/src/app/
9
10
RUN npm config set package-lock false && \
11
- npm install --production && \
+ npm install --production -f && \
12
npm i gritty && \
13
npm cache clean --force
14
docker/Dockerfile.alpine
apk update && \
apk add --no-cache bash make g++ python3 && \
0 commit comments