0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-14 16:36:10 +02:00

Fix old path

This commit is contained in:
Danilo Ješić 2023-06-09 11:40:50 +02:00
parent 4bd11250be
commit 3e3da0d929

View file

@ -12,8 +12,8 @@ services:
context: .
dockerfile: Dockerfile
setup-commands:
- cp /tmp/repo/nextcloud/chrome/apache_mariadb/nextcloud_install_playwright.py /tmp/nextcloud_install_playwright.py
- cp /tmp/repo/nextcloud/chrome/apache_mariadb/nextcloud_talk_playwright.py /tmp/nextcloud_talk_playwright.py
- cp /tmp/repo/nextcloud_install_playwright.py /tmp/nextcloud_install_playwright.py
- cp /tmp/repo/nextcloud_talk_playwright.py /tmp/nextcloud_talk_playwright.py
networks:
- nextcloud-setup-network