Skip to content

Commit

Permalink
docker: build autograph-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Guthe committed Oct 4, 2021
1 parent 45a0d5d commit 8c421f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ADD version.json /app
RUN cd /app/src/autograph && go install .

RUN cd /app/src/autograph/tools/autograph-monitor && go build -o /go/bin/autograph-monitor .
RUN cd /app/src/autograph/tools/autograph-client && go build -o /go/bin/autograph-client .

USER app
WORKDIR /app
Expand Down

0 comments on commit 8c421f1

Please sign in to comment.