moved line in dockerfile
Some checks failed
Build Docker Image / Clean-Registry (push) Has been cancelled
Build Docker Image / Docker-Build (push) Has been cancelled

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-03 23:38:59 +01:00
parent a188ec47b2
commit cc714b7f11

View File

@@ -1,13 +1,12 @@
FROM alpine:3.22 AS svelte_build
RUN apk add bash git npm
RUN date +%s > /timestamp
#RUN adduser -Dh /home/svelte svelte
#ADD . /home/svelte/Umbrella
#RUN chown -R svelte /home/svelte/Umbrella
#USER svelte
#WORKDIR /home/svelte/Umbrella/frontend
#RUN npm install && npm run build
RUN date +%s > /timestamp