diff --git a/Dockerfile b/Dockerfile index c42a3e629b54197c44cef15cf5e5e577e9b7f5b7..9feb50e14cc53260e124db4a577b297f58a88872 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,6 +51,8 @@ RUN npm install COPY . . +RUN chmod 777 .env items.json + USER nobody CMD [ "node", "index.js" ]