Skip to content

Commit

Permalink
Only run the build, not the rest of the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrowley committed Jul 15, 2024
1 parent 5350665 commit 3e812bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ LABEL maintainer="The Prometheus Authors <[email protected]

ARG ARCH="amd64"
ARG OS="linux"
RUN make
COPY mysqld_exporter /bin/mysqld_exporter
RUN make build
COPY ./mysqld_exporter /bin/mysqld_exporter

EXPOSE 9104
USER nobody
Expand Down

0 comments on commit 3e812bd

Please sign in to comment.