Vous ne pouvez pas sélectionner plus de 25 sujets
			Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- ARG PHP_VERSION=7.4.4
 - FROM php:$PHP_VERSION-alpine
 - 
 - RUN echo "date.timezone = UTC"         > /usr/local/etc/php/conf.d/etc.ini
 - ENV TERM xterm
 - 
 - RUN apk add --update --no-cache \
 - libcurl \
 - bash \
 - curl
 - 
 - RUN docker-php-ext-install bcmath
 - 
 - COPY ./project /projects/main
 
 
  |