Docker config added
This commit is contained in:
		
							
								
								
									
										8
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| FROM nginx:stable-alpine | ||||
|  | ||||
| COPY ./css/ /usr/share/nginx/html/css/ | ||||
| COPY ./index.html /usr/share/nginx/html | ||||
| COPY ./logo.png /usr/share/nginx/html | ||||
| COPY ./styles.css /usr/share/nginx/html | ||||
| COPY ./common.css /usr/share/nginx/html | ||||
| COPY ./favicon.ico /usr/share/nginx/html | ||||
		Reference in New Issue
	
	Block a user
	 Wojciech Czop
					Wojciech Czop