Update Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user