Skip to content

Commit

Permalink
fix up path
Browse files Browse the repository at this point in the history
  • Loading branch information
macyabbey authored and daveshanley committed Nov 1, 2024
1 parent 0a59369 commit a050935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ RUN echo "I am running on $TARGETPLATFORM, was built on $BUILDPLATFORM" > /log
# copy only the built binary
COPY --from=gobuilder /wiretap /wiretap

ENV PATH=$PATH:/work/bin
ENV PATH=$PATH:/

ENTRYPOINT ["wiretap"]

0 comments on commit a050935

Please sign in to comment.