Skip to content

Commit

Permalink
build: add monitoring tag to dev dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeTsagk committed Aug 9, 2024
1 parent dd9823e commit 5a0a75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . /app

ENV CGO_ENABLED=0

RUN make install
RUN make release-install TAGS=monitoring

# FINAL IMAGE
FROM alpine as final
Expand Down

0 comments on commit 5a0a75c

Please sign in to comment.