Add db flag to dockerfile to load db from mounted directory.

This commit is contained in:
Justin Judd 2025-07-06 22:46:37 -07:00
parent 872adad879
commit 9145d7826e

View File

@ -15,4 +15,4 @@ WORKDIR /app
COPY --from=builder /app/bot .
CMD ["./bot --conf data/.env"]
CMD ["./bot --conf data/.env --db data/data.db"]