diff --git a/Dockerfile b/Dockerfile index 9c69fe0..8a7c8e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# ass Dockerfile v0.3.0 +# ass Dockerfile v0.3.1 # authors: # - tycrek (https://tycrek.com/) # - Zusier (https://github.com/Zusier) @@ -17,12 +17,7 @@ RUN mkdir -p /opt/ass/uploads/thumbnails/ && \ mkdir -p /opt/ass/share/ && \ touch /opt/ass/config.json && \ touch /opt/ass/auth.json && \ - touch /opt/ass/data.json && \ - # Set permissions for rootless user - chown -R node:node /opt/ass - -# Set the user -USER node + touch /opt/ass/data.json # Install dependencies as rootless user RUN npm i --save-dev && \