Update DockerFile

This commit is contained in:
Poag 2017-06-07 14:06:44 +01:00 committed by GitHub
parent 6d30473fa1
commit 134a8a1cd0

View File

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