first commit
This commit is contained in:
8
Svelte/Dockerfile
Normal file
8
Svelte/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM alpine:3.22
|
||||
LABEL Maintainer "Stephan Richter <s.richter@srsoftware.de>"
|
||||
RUN apk add bash npm
|
||||
RUN adduser -Dh /home/svelte svelte
|
||||
ADD script /opt
|
||||
USER svelte
|
||||
WORKDIR /home/svelte
|
||||
CMD /bin/bash
|
||||
Reference in New Issue
Block a user