diff --git a/Dockerfile b/Dockerfile index e674d14..4c41a13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ WORKDIR /app COPY --from=builder /app/bot . -CMD ["./bot --conf data/.env"] \ No newline at end of file +CMD ["./bot --conf data/.env --db data/data.db"] \ No newline at end of file