Skip to content

Commit cd0ce27

Browse files
committed
1.2.11
1 parent 0f84ffd commit cd0ce27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apk update && apk add --no-cache \
1212
python3 \
1313
g++ \
1414
make
15-
RUN npm install --production
15+
RUN npm install --omit=dev
1616

1717
FROM base AS release
1818
COPY --from=dependencies /app/node_modules ./node_modules

0 commit comments

Comments
 (0)