Ver código fonte

Fix typo on grep when checking php-version

desaroger 7 anos atrás
pai
commit
9bd34ed665
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      php-worker/Dockerfile-70

+ 1 - 1
php-worker/Dockerfile-70

@@ -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."
 
 #
 #--------------------------------------------------------------------------