mirror of
https://github.com/TheLovinator1/discord-reminder-bot.git
synced 2025-07-13 01:03:27 +02:00
Update SQLITE_LOCATION environment variable path in Dockerfile
This commit is contained in:
@ -19,6 +19,6 @@ RUN --mount=type=cache,target=/root/.cache/uv \
|
||||
uv sync --no-install-project
|
||||
|
||||
ENV DATA_DIR=/home/botuser/data
|
||||
ENV SQLITE_LOCATION=/home/botuser/data/jobs.sqlite
|
||||
ENV SQLITE_LOCATION=/data/jobs.sqlite
|
||||
VOLUME ["/home/botuser/data/"]
|
||||
CMD ["uv", "run", "python", "-m", "discord_reminder_bot.main"]
|
||||
|
Reference in New Issue
Block a user