starting Dockerfile for Git workflow

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-03 15:43:11 +01:00
parent e50702d0b3
commit e596b0cdad

5
docker/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM alpine:3.22 AS svelte_build
RUN apk add bash git npm
RUN adduser -Dh /home/svelte svelte
USER svelte
RUN pwd ; ls -al