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