Skip to content

Add gunicorn to requirements#1

Open
railway-app[bot] wants to merge 1 commit into
mainfrom
railway/code-change-udt7Jy
Open

Add gunicorn to requirements#1
railway-app[bot] wants to merge 1 commit into
mainfrom
railway/code-change-udt7Jy

Conversation

@railway-app

@railway-app railway-app Bot commented Mar 21, 2026

Copy link
Copy Markdown

Problem

The deployment fails at startup with "gunicorn: command not found" because the start command is set to gunicorn interactive_web_app:app but gunicorn was never listed in requirements.txt, so it is never installed in the environment.

Solution

Added gunicorn>=21.0.0 to the Web application section of requirements.txt, directly after flask-cors. This ensures gunicorn is installed during the build step and is available when the start command runs.

Changes

  • Modified requirements.txt

Generated by Railway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants