metakermit/generator-django-rest

Error on docker-compose

Opened this issue · 2 comments

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`

I am experiencing the same problem

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