aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2021-11-09 23:18:01 +0100
committerGravatar Numerlor <[email protected]>2021-11-09 23:18:01 +0100
commit2df4ae0458e7d2765e76cff832a4b21a292ae176 (patch)
tree1b0f688b07e14359d397108038bb46be9687ee82 /Dockerfile
parentuse pseudo-tty for sir-lancebot service (diff)
remove unnecessary volumes
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 0b5876bd..44ef0574 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,6 +25,3 @@ COPY . .
# Start the bot
CMD ["python", "-m", "bot"]
-
-# Define docker persistent volumes
-VOLUME /bot/bot/log /bot/data