- exec replaces the running shell (script) Signed-off-by: HeshamTB <hishaminv@gmail.com>
		
			
				
	
	
		
			5 lines
		
	
	
		
			165 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			165 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
source venv/bin/activate
 | 
						|
exec uvicorn sql_app.main:app --ssl-certfile server.crt --ssl-keyfile server.key --port 4242 --host 0.0.0.0 --no-server-header
 |