Skip to content

Commit

Permalink
Fix: entrypoint with jq
Browse files Browse the repository at this point in the history
  • Loading branch information
thecampagnards committed Dec 4, 2018
1 parent 181a136 commit e4db62a
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 @@ -9,6 +9,6 @@ RUN go get -u github.com/golang/dep/cmd/dep \
FROM stedolan/jq

COPY --from=builder /go/src/jq-api/app .
CMD ["./app"]
ENTRYPOINT ["./app"]

EXPOSE 8080

0 comments on commit e4db62a

Please sign in to comment.