Got gunicorn working. Problem with sqlite intiailization to fix.
This commit is contained in:
@@ -38,4 +38,4 @@ COPY --from=builder /usr/local /usr/local
|
||||
USER myuser
|
||||
|
||||
# Start gunicorn with the appropriate options
|
||||
CMD ["gunicorn", "-b", "0.0.0.0:5000", "--workers=3", "app:app"]
|
||||
CMD ["gunicorn", "-b", "0.0.0.0:3000", "--log-level=debug", "--workers=3", "app:create_app('default')"]
|
||||
|
||||
Reference in New Issue
Block a user