Skip to content

Commit 04fa18c

Browse files
committed
Suppress warning messages about gin mode
1 parent 77cfee0 commit 04fa18c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ COPY --from=build /out/alertmanager-to-github /
3232

3333
FROM --platform=$BUILDPLATFORM gcr.io/distroless/static:nonroot
3434
COPY --from=build /out/alertmanager-to-github /
35+
ENV GIN_MODE=release
3536
ENTRYPOINT ["/alertmanager-to-github"]
3637
CMD ["start"]

0 commit comments

Comments
 (0)