update
This commit is contained in:
		@@ -18,8 +18,5 @@ COPY static static
 | 
			
		||||
# Expose the port the app runs on
 | 
			
		||||
EXPOSE 5000
 | 
			
		||||
 | 
			
		||||
# Set environment variables
 | 
			
		||||
ENV FLASK_APP=app.py
 | 
			
		||||
 | 
			
		||||
# run the application
 | 
			
		||||
ENTRYPOINT [ "gunicorn",  "-b", ":5000", "--access-logfile", "-", "--error-logfile", "-", "src.wsgi:app" ]
 | 
			
		||||
		Reference in New Issue
	
	Block a user