Skip to content

Commit 8b5a6f7

Browse files
author
shashankiifetech
committed
update
1 parent 5164abe commit 8b5a6f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ USER runner
1212

1313
WORKDIR /app
1414
COPY package*.json ./
15-
RUN npm install --production
15+
RUN npm ci --omit=dev --verbose
1616

1717
COPY . .
1818

Dockerfile.worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ USER runner
1111

1212
WORKDIR /app
1313
COPY package*.json ./
14-
RUN npm install --production
14+
RUN npm ci --omit=dev --verbose
1515

1616
COPY . .
1717

0 commit comments

Comments
 (0)