We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df3f70 commit 15599caCopy full SHA for 15599ca
Dockerfile
@@ -8,7 +8,6 @@ COPY package.json package-lock.json /usr/src/app/
8
# Without the badge-maker package.json and CLI script in place, `npm ci` will fail.
9
COPY badge-maker /usr/src/app/badge-maker/
10
11
-RUN apk add python3 make g++
12
RUN npm install -g "npm@^9.0.0"
13
# We need dev deps to build the front end. We don't need Cypress, though.
14
RUN NODE_ENV=development CYPRESS_INSTALL_BINARY=0 npm ci
0 commit comments