Commit 9bd34ed6 authored by desaroger's avatar desaroger

Fix typo on grep when checking php-version

parent 76da02e7
......@@ -62,7 +62,7 @@ ENTRYPOINT ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf"]
#--------------------------------------------------------------------------
#
RUN php -v | head -n 1 | grep -q "PHP "7.0."
RUN php -v | head -n 1 | grep -q "PHP 7.0."
#
#--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment