Skip to content

Commit

Permalink
updated docker entrypoint path to bin (#183)
Browse files Browse the repository at this point in the history
path to bin was changed in v0.9.0
  • Loading branch information
nexus-uw authored and willnorris committed Jun 12, 2019
1 parent a7a8966 commit 4935eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ docker run -p 8080:8080 willnorris/imageproxy -addr 0.0.0.0:8080
Or in your Dockerfile:

```
ENTRYPOINT ["/go/bin/imageproxy", "-addr 0.0.0.0:8080"]
ENTRYPOINT ["/app/imageproxy", "-addr 0.0.0.0:8080"]
```

### nginx ###
Expand Down

0 comments on commit 4935eff

Please sign in to comment.