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 ec843a9 commit 1158de5Copy full SHA for 1158de5
.changeset/short-places-eat.md
@@ -0,0 +1,5 @@
1
+---
2
+"@quassel/backend": patch
3
4
+
5
+Update Dockerfile
apps/backend/Dockerfile
@@ -1,5 +1,5 @@
FROM docker.io/node:22-slim
-RUN apk add --no-cache dumb-init curl postgresql17-client
+RUN apt-get update && apt-get install -y --no-install-recommends dumb-init curl postgresql-client-17 && apt-get clean && rm -rf /var/lib/apt/lists/*
ENV NODE_ENV=production
ENV PORT=3000
WORKDIR /usr/src/app
0 commit comments