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 b6ac812 commit 033d122Copy full SHA for 033d122
apps/backend/Dockerfile
@@ -8,7 +8,7 @@ RUN npm install --omit=dev
8
9
# Production image, copy all the files and run nest
10
FROM docker.io/node:20-alpine AS runner
11
-RUN apk add --no-cache dumb-init curl
+RUN apk add --no-cache dumb-init curl postgresql17-client
12
ENV NODE_ENV=production
13
ENV PORT=3000
14
WORKDIR /usr/src/app
0 commit comments