Skip to content

Commit

Permalink
fix: docker agent build
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Mar 12, 2020
1 parent c02d33b commit 715bba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.agent
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ RUN make install

# runtime
FROM devago/docker-compose
COPY --from=builder /bin/pathwar /bin/
COPY --from=builder /go/bin/pathwar /bin/
ENTRYPOINT ["/bin/pathwar"]

0 comments on commit 715bba7

Please sign in to comment.