add user support to database

This commit is contained in:
Syping 2026-03-25 23:42:34 +01:00
parent 3546eed2dd
commit bb5adf587c
10 changed files with 205 additions and 12 deletions

View file

@ -44,7 +44,7 @@ RUN cmake \
dtranslatebot
RUN cmake --build dtranslatebot-build
RUN cmake --install dtranslatebot-build --strip
RUN echo "{\"translator\":{\"type\":\"stub\"}}" | jq > dtranslatebot.json
RUN echo '{"translator":{"type":"stub"}}' | jq > dtranslatebot.json
# Create the dtranslatebot Container
FROM alpine:3.23