From 46ae9a6f2370bc8cd86a81c33244ee537a8a7512 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Tue, 13 Oct 2020 12:43:28 +0200 Subject: [PATCH] Dockerfile: init --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: