Revert "move to debian-based runtime"

This reverts commit 751a0a1e15.
This commit is contained in:
2026-02-16 16:40:28 +03:00
parent 751a0a1e15
commit edcc0ddc91
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ COPY assets ./assets
RUN bunx tsc -p tsconfig.build.json
# ---- runtime ----
FROM oven/bun:debian AS runner
FROM oven/bun:alpine AS runner
WORKDIR /app
ENV NODE_ENV=production