Revert "DEV: Set fixed playwright browsers path for test Docker image (#960)" (#961)

This reverts commit 9c2bedb521.
This commit is contained in:
Krzysztof Kotlarek 2025-05-12 14:40:20 +08:00 committed by GitHub
parent 9c2bedb521
commit 5bb42d2865
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -37,8 +37,6 @@ 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
ENV PLAYWRIGHT_BROWSERS_PATH /var/www/discourse/.playwright_browsers
RUN cd /var/www/discourse && \
pnpm playwright install --with-deps --no-shell chromium