Turn the squid launch command into an entrypoint
This commit is contained in:
parent
2af7173b09
commit
25c5609d12
|
@ -80,4 +80,4 @@ ENV HTTP_PORT=3128 ICP_PORT= HTCP_PORT= MITM_PROXY= MITM_CERT= MITM_KEY= VISIBL
|
||||||
|
|
||||||
EXPOSE 3128
|
EXPOSE 3128
|
||||||
|
|
||||||
CMD /squid.bsh
|
ENTRYPOINT /squid.bsh
|
||||||
|
|
Loading…
Reference in New Issue