Fixed docker command on php 7 apache
This commit is contained in:
parent
ddeb4e058e
commit
b1a69912fe
|
@ -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