travis update config
This commit is contained in:
		@@ -14,6 +14,7 @@ RUN pip install -r mpwo_api/requirements.txt
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# add app
 | 
					# add app
 | 
				
			||||||
COPY . /usr/src/app
 | 
					COPY . /usr/src/app
 | 
				
			||||||
 | 
					COPY ../migrations /usr/src/app
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# run server
 | 
					# run server
 | 
				
			||||||
CMD flask run --with-threads -h 0.0.0.0
 | 
					CMD flask run --with-threads -h 0.0.0.0
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user