diff --git a/Dockerfile b/Dockerfile index 2245e81037e5..be72a28da060 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,18 +17,10 @@ RUN <&2 exit 1 fi - - mkdir -p ./editor ./rts - - # Ensure all *.sh scripts are executable. - find . -name node_modules -prune -or -type f -name '*.sh' -print -exec chmod +x '{}' ';' - - # Ensure all custom command-scripts have executable permission - chmod +x /opt/bin/* END # Add client UI - Application Layer @@ -48,7 +40,11 @@ RUN <