diff options
author | 2021-11-09 23:18:01 +0100 | |
---|---|---|
committer | 2021-11-09 23:18:01 +0100 | |
commit | 2df4ae0458e7d2765e76cff832a4b21a292ae176 (patch) | |
tree | 1b0f688b07e14359d397108038bb46be9687ee82 /Dockerfile | |
parent | use pseudo-tty for sir-lancebot service (diff) |
remove unnecessary volumes
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -25,6 +25,3 @@ COPY . . # Start the bot CMD ["python", "-m", "bot"] - -# Define docker persistent volumes -VOLUME /bot/bot/log /bot/data |