Skip to content

Commit 033d122

Browse files
committed
chore: add postgres client to backend image
1 parent b6ac812 commit 033d122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN npm install --omit=dev
88

99
# Production image, copy all the files and run nest
1010
FROM docker.io/node:20-alpine AS runner
11-
RUN apk add --no-cache dumb-init curl
11+
RUN apk add --no-cache dumb-init curl postgresql17-client
1212
ENV NODE_ENV=production
1313
ENV PORT=3000
1414
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)