mirror of
https://github.com/TheLovinator1/discord-reminder-bot.git
synced 2025-08-19 15:34:38 +02:00
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/
|
COPY discord_reminder_bot/main.py discord_reminder_bot/settings.py /home/botuser/discord_reminder_bot/
|
||||||
|
|
||||||
|
VOLUME ["/home/botuser/data/"]
|
||||||
|
|
||||||
# Run bot.
|
# Run bot.
|
||||||
CMD [ "poetry", "run", "bot" ]
|
CMD [ "poetry", "run", "bot" ]
|
Reference in New Issue
Block a user