diff --git a/Dockerfile.prod b/Dockerfile.prod index e5ee4be0..604a9a94 100644 --- a/Dockerfile.prod +++ b/Dockerfile.prod @@ -23,6 +23,4 @@ COPY migrations/ ./migrations EXPOSE 5000 # Run the database migrations and then start the application with Gunicorn -CMD flask db upgrade && gunicorn --bind 0.0.0.0:5000 app:app - - +CMD flask db upgrade && gunicorn --bind 0.0.0.0:5000 app:app --log-level debug