diff --git a/Dockerfile b/Dockerfile index d95607f..ece5c35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,4 +65,4 @@ HEALTHCHECK --interval=30s \ CMD curl -f http://localhost:8080/health || exit 1 # Start the application with gunicorn (after waiting for PostgreSQL) -CMD ["/bin/bash", "-c", "wait-for-db.sh gunicorn --bind 0.0.0.0:8080 --workers 4 --threads 2 --timeout 60 --access-logfile - --error-logfile - 'app.main:create_app()'"] +CMD ["/bin/bash", "-c", "wait-for-db.sh gunicorn --bind 0.0.0.0:8080 --workers 2 --threads 2 --timeout 60 --access-logfile - --error-logfile - 'app.main:create_app()'"]