diff --git a/Dockerfile b/Dockerfile index f8e222e..1783a30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,9 +16,7 @@ LABEL version="${VERSION}" \ COPY inotify.sh /inotify.sh -RUN mkdir /out \ - chmod +x /inotify.sh \ - chown -R nobody /out +RUN chmod +x /inotify.sh RUN apk --no-cache add \ inotify-tools \