diff --git a/container/Dockerfile b/container/Dockerfile index f492f1c..4b4cf22 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -111,7 +111,7 @@ RUN chmod +x /app/entrypoint.sh # ---- Workspace + permissions ------------------------------------------------- RUN mkdir -p /workspace/group /workspace/extra && \ chown -R node:node /workspace && \ - chmod 755 /home/node + chmod 777 /home/node USER node WORKDIR /workspace/group