fix: wire retry into router, fix Docker config path, fix condition error handling, remove dead code
This commit is contained in:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user