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:
parent
4bd11250be
commit
3e3da0d929
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue