diff --git a/image/discourse_test/Dockerfile b/image/discourse_test/Dockerfile index 7003bcc..e189a4e 100644 --- a/image/discourse_test/Dockerfile +++ b/image/discourse_test/Dockerfile @@ -37,8 +37,7 @@ RUN cd /var/www/discourse && sudo -E -u discourse -H bundle exec rake plugin:ins LOAD_PLUGINS=1 sudo -E -u discourse -H bundle exec rake plugin:install_all_gems &&\ sudo -E -u discourse -H bundle exec ruby script/install_minio_binaries.rb -USER discourse -RUN cd /var/www/discourse &&\ - sudo -E -u discourse -H /bin/bash -c 'CI=1 pnpm playwright install --with-deps --no-shell chromium' +RUN cd /var/www/discourse && \ + pnpm playwright install --with-deps --no-shell chromium ENTRYPOINT ["sudo", "-E", "-u", "discourse", "-H", "ruby", "script/docker_test.rb"]