Update Dockerfile

This commit is contained in:
root
2025-10-12 13:54:10 +00:00
+1
View File
@@ -22,6 +22,7 @@ RUN npm run build
# =============================== # ===============================
FROM node:20-alpine AS runtime FROM node:20-alpine AS runtime
#Install SSH-Client
RUN apk add --no-cache openssh-client RUN apk add --no-cache openssh-client
# Arbeitsverzeichnis # Arbeitsverzeichnis