Skip to content

Commit ea1254c

Browse files
authored
build: omit dev deps in docker build
1 parent 1f1de60 commit ea1254c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ WORKDIR /action
1111

1212
COPY action ./
1313

14-
RUN npm ci --only=prod
14+
RUN npm ci --omit=dev
1515

1616
ENTRYPOINT ["node", "/action/index.js"]

0 commit comments

Comments
 (0)