Add db flag to dockerfile to load db from mounted directory.
This commit is contained in:
parent
872adad879
commit
9145d7826e
@ -15,4 +15,4 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY --from=builder /app/bot .
|
COPY --from=builder /app/bot .
|
||||||
|
|
||||||
CMD ["./bot --conf data/.env"]
|
CMD ["./bot --conf data/.env --db data/data.db"]
|
Loading…
x
Reference in New Issue
Block a user