error during django deployment
alanouod
TRIAL
a year ago
8 [4/5] RUN pip install -r requirements.txt
8 0.343 /bin/bash: line 1: pip: command not found
8 ERROR: process "/bin/bash -ol pipefail -c pip install -r requirements.txt" did not complete successfully: exit code: 127
[4/5] RUN pip install -r requirements.txt:
0.343 /bin/bash: line 1: pip: command not found
Dockerfile:15
13 | # build phase
14 | COPY . /app/.
15 | >>> RUN pip install -r requirements.txt
16 |
17 |
ERROR: failed to solve: process "/bin/bash -ol pipefail -c pip install -r requirements.txt" did not complete successfully: exit code: 127
Error: Docker build failed
ⓘ Deployment information is only viewable by project members and Railway employees.
3 Replies
alanouod
TRIAL
a year ago
where and how can i share it