aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-09-23 10:53:32 +1000
committerGravatar scragly <[email protected]>2019-09-23 10:53:32 +1000
commit0c8ae9bb5bd23789fcc4d7b6cc59b872415d371c (patch)
treec8f95407122eb34c7cb5db3a3169a5b41fa1e814
parentMove pipenv install above file copy, add comments, move to python slim image. (diff)
Change volume instruction to single line.
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 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