diff options
| -rw-r--r-- | Dockerfile | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -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 | 
|  | index : sir-lancebot | |
| A mirrored copy of the python-discord/sir-lancebot repository. | 
| aboutsummaryrefslogtreecommitdiffstats | 
| -rw-r--r-- | Dockerfile | 3 | 
| @@ -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 |