chore: dl dictionary

This commit is contained in:
2026-04-02 17:07:58 +02:00
parent 177df0f54f
commit 70439dd359
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,5 @@ dist/
*giveaway*
.sern
/generated/generated/prisma
src/utils/db/dict.db
prisma/vinci.db
!.env.example

View File

@@ -24,6 +24,9 @@ RUN apk add --no-cache ffmpeg fontconfig ttf-opensans msttcorefonts-installer &&
update-ms-fonts && \
fc-cache -f
RUN mkdir -p ./src/utils/db && \
wget -O ./src/utils/db/dict.db https://github.com/SrIzan10/vinci/releases/download/dict-1/dict.db
COPY --from=build /app/node_modules ./node_modules
COPY --from=build /app/dist ./dist
COPY --from=build /app/assets ./assets