diff --git a/Dockerfile b/Dockerfile index a9d4b23371..2245e81037 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,13 +39,24 @@ COPY ./app/client/packages/rts/dist rts/ ENV PATH /opt/bin:/opt/appsmith/utils/node_modules/.bin:/opt/java/bin:/opt/node/bin:$PATH -RUN cd ./utils && npm install --only=prod && npm install --only=prod -g . && cd - \ - && chmod +x /opt/bin/* *.sh /watchtower-hooks/*.sh \ +RUN <