ADD: Site added
This commit is contained in:
		
							
								
								
									
										8
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| # Use the official Nginx image from Docker Hub | ||||
| FROM nginx:alpine | ||||
|  | ||||
| # Copy index.html to the default Nginx public folder | ||||
| COPY index.html /usr/share/nginx/html/ | ||||
|  | ||||
| # Listen on port 80 | ||||
| EXPOSE 80 | ||||
		Reference in New Issue
	
	Block a user