Update Dockerfile

This commit is contained in:
root
2025-10-12 13:49:17 +00:00
parent 11f4759e78
commit 666e4e67ad
+2
View File
@@ -22,6 +22,8 @@ RUN npm run build
# =============================== # ===============================
FROM node:20-alpine AS runtime FROM node:20-alpine AS runtime
RUN apk add --no-cache openssh-client
# Arbeitsverzeichnis # Arbeitsverzeichnis
WORKDIR /app/backend WORKDIR /app/backend