docker files updated
This commit is contained in:
		
							parent
							
								
									6fde538f8a
								
							
						
					
					
						commit
						a9fa5b46e1
					
				
							
								
								
									
										9
									
								
								docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					version: "2"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					services:
 | 
				
			||||||
 | 
					  random-quote-machine:
 | 
				
			||||||
 | 
					    build: .
 | 
				
			||||||
 | 
					    image: radii/random-quote-machine:latest
 | 
				
			||||||
 | 
					    ports:
 | 
				
			||||||
 | 
					      - "127.0.0.1:8081:80"
 | 
				
			||||||
 | 
					    restart: always 
 | 
				
			||||||
@ -1,4 +1,3 @@
 | 
				
			|||||||
FROM nginx
 | 
					FROM nginx
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# COPY nginx.conf /
 | 
					 | 
				
			||||||
COPY --chmod=755 ./ /usr/share/nginx/html
 | 
					COPY --chmod=755 ./ /usr/share/nginx/html
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user