a year ago
Hi there,
My app's build failed.
It used to work about 9 months ago, I haven't changed anything in the project from when it used to work. It stopped working when I stopped using the app a while back.
Now I have upgraded to a hobby user and when I try to deploy I get this error in the build logs:
Dockerfile:20
18 | ENV NIXPACKSPATH=/opt/venv/bin:$NIXPACKSPATH
19 | COPY . /app/.
20 | >>> RUN --mount=type=cache,id=s/243ac265-46e6-4dcd-b7aa-cfbab3e818fe-/root/cache/pip,target=/root/.cache/pip python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt
21 |
22 |
ERROR: failed to solve: process "/bin/bash -ol pipefail -c python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt" did not complete successfully: exit code: 1
Error:
Docker build failed
Thanks for your time,
Simeon
ⓘ Deployment information is only viewable by project members and Railway employees.
0 Replies