feat(docker): handle playwright

This commit is contained in:
ItzCrazyKns
2026-04-09 19:21:10 +05:30
parent a889fdc31e
commit ebcf5384f3

View File

@@ -34,6 +34,9 @@ COPY drizzle ./drizzle
RUN mkdir /home/vane/uploads RUN mkdir /home/vane/uploads
RUN yarn add playwright
RUN yarn playwright install --with-deps --only-shell chromium
RUN useradd --shell /bin/bash --system \ RUN useradd --shell /bin/bash --system \
--home-dir "/usr/local/searxng" \ --home-dir "/usr/local/searxng" \
--comment 'Privacy-respecting metasearch engine' \ --comment 'Privacy-respecting metasearch engine' \