Deploying from GitHub failed
tofulo123
HOBBYOP

8 months ago

As I am deploying a github repo that works on VSC on my Windows... but when i try to deploy onto railway

I get this error:

✕ [stage-0 6/8] RUN --mount=type=cache,id=s/0abe89a9-0be0-4414-ba7a-d0730bb405ca-/root/cache/pip,target=/root/.cache/pip python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt

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

$10 Bounty

1 Replies

samgordon
PRO

8 months ago

Can you share your Dockerfile?


Loading...