Fixed docker command on php 7 apache
This commit is contained in:
parent
5d1d47aa7e
commit
5a39b19d12
|
@ -79,4 +79,4 @@ WORKDIR /app/htdocs
|
||||||
|
|
||||||
STOPSIGNAL SIGQUIT
|
STOPSIGNAL SIGQUIT
|
||||||
|
|
||||||
CMD ["/usr/bin/php", "-v"]
|
CMD ["/usr/local/bin/entrypoint.sh"]
|
||||||
|
|
Loading…
Reference in New Issue