Fix typo in README

This commit is contained in:
Thomas Orozco 2015-03-01 11:58:49 -05:00
parent 03517ace39
commit fb66ef7f6f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Tini can also be used with an existing entrypoint in your container!
Assuming your entrypoint was `/docker-entrypoint.sh`, then you would use:
ENTRYPOINT ["/tini", "--", "docker-entrypoint.sh"]
ENTRYPOINT ["/tini", "--", "/docker-entrypoint.sh"]
### Statically-Linked Version ###