Improve message sent to Discord for missed reminder
This commit is contained in:
@ -18,5 +18,6 @@ RUN --mount=type=cache,target=/root/.cache/uv \
|
||||
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
|
||||
uv sync --no-install-project
|
||||
|
||||
ARG DATA_DIR=${DATA_DIR:-/home/botuser/data}
|
||||
VOLUME ["/home/botuser/data/"]
|
||||
CMD ["uv", "run", "python", "-m", "discord_reminder_bot.main"]
|
||||
|
Reference in New Issue
Block a user