up
This commit is contained in:
4
samples/ci/buildx-demo/Dockerfile
Normal file
4
samples/ci/buildx-demo/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM alpine:3.20
|
||||
RUN adduser -S stella && echo "hello" > /app.txt
|
||||
USER stella
|
||||
CMD ["/bin/sh","-c","cat /app.txt"]
|
||||
Reference in New Issue
Block a user