mirror of
https://github.com/Syping/dtranslatebot.git
synced 2026-04-01 13:20:40 +02:00
add user support to database
This commit is contained in:
parent
3546eed2dd
commit
bb5adf587c
10 changed files with 205 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue