onnimonni / docker-unison

Lightweight Docker unison server based on alpine linux for file synchronization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile incorrect in ENTRYPOINT section

makshc2 opened this issue · comments

In the end of Dockerfile there is syntax error
ENTRYPOINT ["/sbin/tini", "--", "/entrypoint.sh"]
But it should be /sbin/init. Please move "t" symbol after "ini".

Please make a PR.

@makshc2 the use of tini is intentional. You can read about it here: https://github.com/krallin/tini
Are you having a problem with the image not working?

It was added in this PR:
#19