fix: wire retry into router, fix Docker config path, fix condition error handling, remove dead code

This commit is contained in:
2026-06-27 13:32:33 +08:00
parent 062014773c
commit 835b92ec00
3 changed files with 25 additions and 21 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ FROM alpine:3.20
RUN apk add --no-cache ca-certificates tzdata
COPY --from=builder /server /usr/local/bin/server
COPY config/config.yaml /etc/notification/config.yaml
COPY config/config.yaml /config/config.yaml
EXPOSE 8080
ENTRYPOINT ["server"]