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