Push email & notification localization

This commit is contained in:
2025-02-01 17:53:21 +08:00
parent 820d96f6b0
commit d7ee87433f
22 changed files with 1906 additions and 108 deletions

View File

@@ -9,6 +9,8 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -buildvcs -o /dist ./pkg/main
FROM golang:alpine
COPY --from=passport-server /dist /passport/server
COPY ./templates /templates
COPY ./locales /locales
EXPOSE 8444