We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d577e56 commit 823f0ecCopy full SHA for 823f0ec
Dockerfile
@@ -8,6 +8,9 @@ COPY . .
8
RUN npm run build && npm prune --omit=dev
9
10
FROM node:20-slim
11
+RUN apt-get update && apt-get install -y \
12
+ ca-certificates \
13
+ && rm -rf /var/lib/apt/lists/*
14
WORKDIR /usr/src/app
15
COPY --from=build /usr/src/app/node_modules node_modules
16
COPY --from=build /usr/src/app/dist dist
0 commit comments