Skip to content

Commit 13714f7

Browse files
committed
chore: revert dockerfile
1 parent 4a16c06 commit 13714f7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

apps/backend/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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/*
1+
FROM docker.io/node:22-alpine
2+
RUN apk add --no-cache dumb-init curl postgresql17-client
53
ENV NODE_ENV=production
64
ENV PORT=3000
75
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)