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"]