Dockerfile: init

This commit is contained in:
Jonas Heinrich 2020-10-13 12:43:28 +02:00
parent 0a438f46f1
commit 46ae9a6f23

View File

@ -37,7 +37,7 @@ Mount or move the ``radio`` folder into your Nextcloud ``apps/`` directory. Go t
Can be easily tested using Docker: 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 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: First part of -v is the path to the cloned and compiled or downloaded Nextcloud Radio app. Debug running container it with: