Fix entrypoint stanza to not start /bin/sh.

This commit is contained in:
Will Rouesnel 2016-11-23 10:54:08 +11:00
parent 407b6c46ef
commit b33af30255
1 changed files with 1 additions and 1 deletions

View File

@ -81,4 +81,4 @@ ENV HTTP_PORT=3128 ICP_PORT= HTCP_PORT= MITM_PROXY= MITM_CERT= MITM_KEY= VISIBL
EXPOSE 3128
ENTRYPOINT /squid.bsh
ENTRYPOINT [ "/squid.bsh" ]