Skip to content

Commit 325afdf

Browse files
Update Dockerfile
1 parent c324f46 commit 325afdf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

processor/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ RUN npm install --frozen-lockfile
88

99
COPY . .
1010

11-
RUN npm run build && npm prune --production
11+
RUN npm run build
12+
13+
RUN npm prune --production
1214

1315
FROM node:18-alpine AS runner
1416

@@ -27,4 +29,4 @@ CMD ["npm", "run", "start"]
2729

2830
# Metadata
2931
LABEL org.opencontainers.image.authors="Mollie B.V. <info@mollie.com>" \
30-
copyright="Copyright (c) 2024 Mollie B.V. All rights reserved."
32+
copyright="Copyright (c) 2024 Mollie B.V. All rights reserved."

0 commit comments

Comments
 (0)