Skip to content

Commit

Permalink
Merge pull request #11 from film42/gt/entrypoint
Browse files Browse the repository at this point in the history
Switch to using binary entrypoint
  • Loading branch information
film42 authored Jan 29, 2018
2 parents 7f075b6 + edee9ab commit f9ffaec
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 @@ -3,4 +3,4 @@ ADD . /turbulence
WORKDIR /turbulence
ENV GOPATH /turbulence
RUN go build
ENTRYPOINT ["/bin/sh", "-c", "/turbulence/turbulence ${*}", "--"]
ENTRYPOINT ["/turbulence/turbulence"]

0 comments on commit f9ffaec

Please sign in to comment.