Skip to content

Commit 9c2bedb

Browse files
authored
DEV: Set fixed playwright browsers path for test Docker image (#960)
1 parent 3c22348 commit 9c2bedb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

image/discourse_test/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ RUN cd /var/www/discourse && sudo -E -u discourse -H bundle exec rake plugin:ins
3737
LOAD_PLUGINS=1 sudo -E -u discourse -H bundle exec rake plugin:install_all_gems &&\
3838
sudo -E -u discourse -H bundle exec ruby script/install_minio_binaries.rb
3939

40+
ENV PLAYWRIGHT_BROWSERS_PATH /var/www/discourse/.playwright_browsers
41+
4042
RUN cd /var/www/discourse && \
4143
pnpm playwright install --with-deps --no-shell chromium
4244

0 commit comments

Comments
 (0)