modifies entrypoint back to flask
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
cd /home/calendarwatch
 | 
			
		||||
uwsgi --http-socket :8084 --wsgi-file server.py 
 | 
			
		||||
# python3 app.py
 | 
			
		||||
# uwsgi --http-socket 0.0.0.0:8084 -w wsgi --protocol=https 
 | 
			
		||||
python3 app.py
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user