7fe9a4c2a2 
					 
					
						
						
							
							Fix Dockerfile and docker-compose.yml  
						
						... 
						
						
						
						1. Generate a testing SQLite db on build
2. Optimize image layer caching
3. Fix permissions
4. Simplify nginx configuration
5. Fix nginx infinite redirect loop (couldn't access app folder) 
						
						
					 
					
						2019-12-04 14:49:57 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bf2e8c9c99 
					 
					
						
						
							
							Use multi-stage build for Docker image  
						
						... 
						
						
						
						1. Allows to build the composer dependencies with official composer img
2. php-fpm --nodaemonize: Force to stay in foreground and ignore daemo-
   nize option from configuration file 
						
						
					 
					
						2019-12-04 08:23:11 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8bc5ea2d5e 
					 
					
						
						
							
							Initial Docker support  
						
						... 
						
						
						
						This commit adds:
1. A Dockerfile that runs PHP 7.2 FPM on Alpine Linux
2. A example docker-compose file that simplifies deployment 
						
						
					 
					
						2019-11-21 12:54:22 +08:00