starting Dockerfile for Git workflow
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
5
docker/Dockerfile
Normal file
5
docker/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user