diff --git a/Dockerfile b/Dockerfile index 9f67bdc..b2d968b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,5 @@ FROM alpine -COPY . . -RUN ls -l - COPY assets/ /usr/bin USER nonroot:nonroot