diff --git a/README.md b/README.md index 7886198..7e6991a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Mount or move the ``radio`` folder into your Nextcloud ``apps/`` directory. Go t Can be easily tested using Docker: ``` -docker build -t nextcloud https://git.project-insanity.org/onny/docker-nextcloud.git +docker build -t nextcloud . docker run -v /tmp/nextcloud-app-radio:/opt/nextcloud/apps/radio -d --name nextcloud-app-radio -p 80:80 nextcloud ``` First part of -v is the path to the cloned and compiled or downloaded Nextcloud Radio app. Debug running container it with: