We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9823e commit 5a0a75cCopy full SHA for 5a0a75c
dev.Dockerfile
@@ -6,7 +6,7 @@ COPY . /app
6
7
ENV CGO_ENABLED=0
8
9
-RUN make install
+RUN make release-install TAGS=monitoring
10
11
# FINAL IMAGE
12
FROM alpine as final
0 commit comments