python
mohamedaymntalat
TRIALOP
2 years ago
Dockerfile:15
13 | # build phase
14 | COPY . /app/.
15 | >>> RUN gunicorn app:app
16 |
17 |
ERROR: failed to solve: process "/bin/bash -ol pipefail -c gunicorn app:app" did not complete successfully: exit code: 127
Error: Docker build failed
ⓘ Deployment information is only viewable by Project members and Railway admins.
1 Replies
brody
EMPLOYEE
2 years ago
You should not be running gunicorn during the build process, it should be ran as a start command.