Ver Fonte

dockerfile php bug fix

bach há 3 semanas atrás
pai
commit
810f9b9e35
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Docker/php-8.4-fpm/Dockerfile

+ 1 - 1
Docker/php-8.4-fpm/Dockerfile

@@ -25,7 +25,7 @@ RUN docker-php-ext-enable redis xdebug
 
 RUN export COMPOSER_HOME=/usr/local/composer && \
 	    curl -sS https://getcomposer.org/installer \
-				| php -- --install-dir=/usr/local/bin --filename=composer && \
+				| php -- --install-dir=/usr/local/bin --filename=composer
 			
 # RUN apt-get install -y curl && \
 # 		curl -sL https://deb.nodesource.com/setup_11.x | bash - && \