Browse Source

dockerfile php bug fix

bach 22 hours ago
parent
commit
810f9b9e35
1 changed files with 1 additions and 1 deletions
  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 - && \