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