update Makefile
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -145,9 +145,11 @@ serve-client:
 | 
				
			|||||||
	cd fittrackee_client && $(NPM) start
 | 
						cd fittrackee_client && $(NPM) start
 | 
				
			||||||
 | 
					
 | 
				
			||||||
serve-python:
 | 
					serve-python:
 | 
				
			||||||
 | 
						echo 'Running on http://$(HOST):$(PORT)'
 | 
				
			||||||
	$(FLASK) run --with-threads -h $(HOST) -p $(PORT)
 | 
						$(FLASK) run --with-threads -h $(HOST) -p $(PORT)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
serve-python-dev:
 | 
					serve-python-dev:
 | 
				
			||||||
 | 
						echo 'Running on https://$(HOST):$(PORT)'
 | 
				
			||||||
	$(FLASK) run --with-threads -h $(HOST) -p $(PORT) --cert=adhoc
 | 
						$(FLASK) run --with-threads -h $(HOST) -p $(PORT) --cert=adhoc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
test-e2e: init-db
 | 
					test-e2e: init-db
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user