feat(deploy): vollständige Containerlösung

This commit is contained in:
2026-02-22 18:55:39 +01:00
parent 4e02deb995
commit d455423ae1
3 changed files with 36 additions and 26 deletions

5
deploy/dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM alpine:3.19
RUN apk add --no-cache git docker-cli bash
WORKDIR /workspace