mirror of
				https://github.com/tiyn/container-critique.git
				synced 2025-10-31 03:01:21 +01:00 
			
		
		
		
	first commit
This commit is contained in:
		
							
								
								
									
										17
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| FROM python:3 | ||||
|  | ||||
| MAINTAINER tiyn tiyn@mail-mk.eu | ||||
|  | ||||
| COPY src /blog | ||||
|  | ||||
| WORKDIR /blog | ||||
|  | ||||
| RUN pip3 install -r requirements.txt | ||||
|  | ||||
| VOLUME /blog/templates/entry | ||||
|  | ||||
| EXPOSE 5000 | ||||
|  | ||||
| ENTRYPOINT [ "python3" ] | ||||
|  | ||||
| CMD [ "app.py" ] | ||||
		Reference in New Issue
	
	Block a user