mirror of
https://github.com/Vale54321/schafkop-neu.git
synced 2025-12-11 09:59:33 +01:00
fix: update base image in Dockerfile for builder stage to use node:20-bookworm-slim
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Multi-stage build for SvelteKit (static client + node server fallback)
|
||||
FROM node:20-alpine AS builder
|
||||
FROM node:20-bookworm-slim AS builder
|
||||
WORKDIR /app
|
||||
|
||||
# Install deps (use package-lock if present)
|
||||
|
||||
Reference in New Issue
Block a user