Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 696ce0d

Browse files
committed
Add --no-color
1 parent cb609da commit 696ce0d

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
@@ -6,6 +6,6 @@ WORKDIR /api
66

77
COPY . .
88

9-
RUN npm ci --only=prod
9+
RUN npm ci --no-color --only=prod
1010

1111
CMD ["node", "src/cli.js"]

0 commit comments

Comments
 (0)