fix(docker): Add missing dependencies for backend and add healthcheck for docker

This commit is contained in:
2025-04-30 15:40:43 +02:00
parent 53a0575773
commit 56b4d06db8
5 changed files with 964 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM 23-slim AS builder
FROM node:23-slim AS builder
WORKDIR /app
COPY . .
RUN npm install