0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-24 20:34:10 +02:00

Talk - WIP

This commit is contained in:
Danilo Ješić 2023-06-08 13:52:29 +02:00
parent 3fd1cd6dcd
commit c9c5a59acc
7 changed files with 93 additions and 3 deletions

View file

@ -12,5 +12,6 @@ RUN pip install playwright
# Set up Playwright dependencies for Chromium, Firefox and Webkit
RUN playwright install
RUN playwright install-deps
CMD ["/bin/bash"]