metakermit / generator-django-rest

Yeoman generator for a Django REST/GraphQL API, an optional React SPA & lots more!
MIT License
85 stars 19 forks source link

Error on docker-compose #45

Open poiedk opened 3 years ago

poiedk commented 3 years ago

i get this error when run docker-compose up!

`Creating network "myproject_default" with the default driver Building worker Step 1/3 : FROM kennethreitz/pipenv

Executing 3 build triggers

ERROR: Service 'worker' failed to build : COPY failed: stat /var/lib/docker/tmp/docker-builder695948829/Pipfile.lock: no such file or directory`

frinzekt commented 3 years ago

I am experiencing the same problem

derek-adair commented 1 year ago

This is because you have not installed anything yet. You need to run ./scripts/install.sh and probably ./scripts/utils/install.sh.