Skip to content

Commit 5a0a75c

Browse files
committed
build: add monitoring tag to dev dockerfile
1 parent dd9823e commit 5a0a75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY . /app
66

77
ENV CGO_ENABLED=0
88

9-
RUN make install
9+
RUN make release-install TAGS=monitoring
1010

1111
# FINAL IMAGE
1212
FROM alpine as final

0 commit comments

Comments
 (0)