Add VOLUME to Dockerfile

This commit is contained in:
2022-02-19 01:45:40 +01:00
parent c70ce7d8c3
commit daaa3e2c07

View File

@ -42,5 +42,7 @@ RUN poetry install --no-interaction --no-ansi --no-dev
COPY discord_reminder_bot/main.py discord_reminder_bot/settings.py /home/botuser/discord_reminder_bot/
VOLUME ["/home/botuser/data/"]
# Run bot.
CMD [ "poetry", "run", "bot" ]