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 0f84ffd commit cd0ce27Copy full SHA for cd0ce27
Dockerfile
@@ -12,7 +12,7 @@ RUN apk update && apk add --no-cache \
12
python3 \
13
g++ \
14
make
15
-RUN npm install --production
+RUN npm install --omit=dev
16
17
FROM base AS release
18
COPY --from=dependencies /app/node_modules ./node_modules
0 commit comments