mirror of https://github.com/krallin/tini.git
Fix typo in README
This commit is contained in:
parent
03517ace39
commit
fb66ef7f6f
|
@ -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 ###
|
||||
|
|
Loading…
Reference in New Issue