mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-14 03:09:59 +00:00
Support localization
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user