diff --git a/Dockerfile b/Dockerfile index 03334685..0263776d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN bundle install --jobs 30 COPY package.json $APP_HOME/ # Install JS dependencies -RUN yarn cache clean && yarn install +RUN yarn install # Now copy the rest of the application COPY . $APP_HOME/