Update Dockerfile

This commit is contained in:
root
2025-10-12 13:50:44 +00:00
parent de4a05a6e6
commit 3b12557a89
+3
View File
@@ -22,6 +22,9 @@ RUN npm run build
# ===============================
FROM node:20-alpine AS runtime
#Install SSH-Client
RUN apk add --no-cache openssh-client
# Arbeitsverzeichnis
WORKDIR /app/backend