Add VOLUME to Dockerfile
This commit is contained in:
@ -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" ]
|
Reference in New Issue
Block a user