From 134a8a1cd0d0c29a846e5f2a6031363f9e8b5553 Mon Sep 17 00:00:00 2001 From: Poag Date: Wed, 7 Jun 2017 14:06:44 +0100 Subject: [PATCH] Update DockerFile --- DockerFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerFile b/DockerFile index c5f0796..3d1d8bb 100644 --- a/DockerFile +++ b/DockerFile @@ -15,6 +15,6 @@ RUN curl -L https://raw.githubusercontent.com/Poag/nadeko/1.4/nadeko_installer_1 && curl -L https://github.com/Kwoth/NadekoBot-BashScript/raw/master/nadeko_autorestart.sh > nadeko.sh \ && chmod 755 nadeko.sh -VOLUME ["/opt"] +VOLUME ["/root/nadeko"] CMD ["/opt/nadeko.sh"]