vendor_pull error deployment fail
waxx567
TRIALOP
a year ago
This is the error:
15 [10/14] RUN python manage.py vendor_pull
15 0.583 Unknown command: 'vendor_pull'
15 0.583 Type 'manage.py help' for usage.
15 ERROR: process "/bin/sh -c python manage.py vendor_pull" did not complete successfully: exit code: 1
[10/14] RUN python manage.py vendor_pull:
0.583 Unknown command: 'vendor_pull'
0.583 Type 'manage.py help' for usage.
Dockerfile:55
53 | # run any other commands that do not need the database
54 | # such as:
55 | >>> RUN python manage.py vendor_pull
56 | RUN python manage.py collectstatic --noinput
57 | # whitenoise -> s3
ERROR: failed to solve: process "/bin/sh -c python manage.py vendor_pull" did not complete successfully: exit code: 1
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
a year ago
Hello,
From your build logs -
Unknown command: 'vendor_pull'Do you have a command registered for that?