Provide the ability to localize notifications

This commit is contained in:
2025-02-16 22:59:44 +08:00
parent 50ff8304e4
commit 5fb769823a
13 changed files with 205 additions and 309 deletions

View File

@@ -10,6 +10,8 @@ FROM golang:alpine
COPY --from=pusher-server /dist /pusher/server
COPY locales /locales
EXPOSE 8444
CMD ["/pusher/server"]