Support localization

This commit is contained in:
2022-06-07 03:08:27 +07:00
parent fb6808fa59
commit 6919bb7d90
19 changed files with 932 additions and 580 deletions
+2
View File
@@ -30,6 +30,8 @@ RUN yarn
COPY --from=build /home/node/app/prisma ./prisma/
RUN yarn prisma generate
COPY --from=build /home/node/app/locales ./locales/
COPY --from=build /home/node/app/dist .
CMD [ "node", "index.js"]