Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions image/discourse_test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ RUN /tmp/install-chrome &&\

FROM with_browsers AS release

# Pin playwright's browser cache to a fixed path so consumers that run the
# container as a different user (e.g. GitHub Actions runs as root with
# HOME=/github/home) still find the pre-installed chromium binary instead
# of re-downloading it.
ENV PLAYWRIGHT_BROWSERS_PATH=/home/discourse/.cache/ms-playwright

RUN cd /var/www/discourse &&\
sudo -u discourse bundle install --jobs $(($(nproc) - 1)) &&\
sudo -E -u discourse -H /bin/bash -c 'CI=1 pnpm install'
Expand Down
Loading