mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 03:02:14 +01:00 
			
		
		
		
	🐳 Add docker configuration
This commit is contained in:
		
							
								
								
									
										8
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
FROM php:7.3-apache as plateforme-builder
 | 
			
		||||
 | 
			
		||||
RUN a2enmod rewrite
 | 
			
		||||
 | 
			
		||||
RUN docker-php-ext-install pdo_mysql \
 | 
			
		||||
    &&  docker-php-ext-enable pdo_mysql
 | 
			
		||||
 | 
			
		||||
COPY . /var/www/html/
 | 
			
		||||
		Reference in New Issue
	
	Block a user