first commit
This commit is contained in:
11
test/Dockerfile
Normal file
11
test/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
#checkov:skip=CKV_DOCKER_2: required
|
||||
FROM alpine:3
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY entrypoint.sh .
|
||||
RUN chmod +x entrypoint.sh
|
||||
|
||||
CMD ["/bin/sh", "entrypoint.sh"]
|
||||
|
||||
USER 1000:1000
|
||||
Reference in New Issue
Block a user