Sfoglia il codice sorgente

Fix typo on grep when checking php-version

desaroger 7 anni fa
parent
commit
9bd34ed665
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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."
 
 #
 #--------------------------------------------------------------------------