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 4a16c06 commit 13714f7Copy full SHA for 13714f7
apps/backend/Dockerfile
@@ -1,7 +1,5 @@
1
-FROM docker.io/node:22-slim
2
-RUN apt update && apt install -y --no-install-recommends postgresql-common
3
-RUN YES=yes /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
4
-RUN apt install -y --no-install-recommends dumb-init curl postgresql-client-17 && apt clean && rm -rf /var/lib/apt/lists/*
+FROM docker.io/node:22-alpine
+RUN apk add --no-cache dumb-init curl postgresql17-client
5
ENV NODE_ENV=production
6
ENV PORT=3000
7
WORKDIR /usr/src/app
0 commit comments