From 0c8ae9bb5bd23789fcc4d7b6cc59b872415d371c Mon Sep 17 00:00:00 2001 From: scragly <29337040+scragly@users.noreply.github.com> Date: Mon, 23 Sep 2019 10:53:32 +1000 Subject: Change volume instruction to single line. --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f0f2a23b..940f90d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,5 +20,4 @@ ENTRYPOINT ["python"] CMD ["-m", "bot"] # Define docker persistent volumes -VOLUME /bot/bot/log -VOLUME /bot/data +VOLUME /bot/bot/log /bot/data -- cgit v1.2.3