refactor: update Dockerfile stages for improved build process and add converter dependency

This commit is contained in:
Nils-Johan Gynther
2026-04-11 17:43:34 +02:00
parent 2330ea938c
commit 5c5177432d
3 changed files with 32 additions and 5 deletions
+1
View File
@@ -12,6 +12,7 @@ RUN npm run build
FROM node:22-alpine AS runner
WORKDIR /app
ENV NODE_ENV=production
ENV HOSTNAME=0.0.0.0
COPY --from=builder /app/.next/standalone ./
COPY --from=builder /app/.next/static ./.next/static