cleaned backend
This commit is contained in:
		@@ -19,7 +19,7 @@ COPY static static
 | 
			
		||||
EXPOSE 5000
 | 
			
		||||
 | 
			
		||||
# Set environment variables
 | 
			
		||||
ENV FLASK_APP=main.py
 | 
			
		||||
ENV FLASK_APP=app.py
 | 
			
		||||
 | 
			
		||||
# run the application
 | 
			
		||||
ENTRYPOINT [ "gunicorn",  "-b", ":5000", "--access-logfile", "-", "--error-logfile", "-", "src.main:app" ]
 | 
			
		||||
ENTRYPOINT [ "gunicorn",  "-b", ":5000", "--access-logfile", "-", "--error-logfile", "-", "src.wsgi:app" ]
 | 
			
		||||
		Reference in New Issue
	
	Block a user