parameters #2
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2,7 +2,7 @@ FROM python:slim
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN pip install flask
 | 
					RUN pip install flask
 | 
				
			||||||
COPY beer.py /beer.py
 | 
					COPY beer.py /beer.py
 | 
				
			||||||
COPY static /static
 | 
					COPY templates /templates
 | 
				
			||||||
EXPOSE 5000
 | 
					EXPOSE 5000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CMD ["python", "/beer.py"]
 | 
					CMD ["python", "/beer.py"]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue