We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
ERROR: Service 'worker' failed to build : COPY failed: stat /var/lib/docker/tmp/docker-builder695948829/Pipfile.lock: no such file or directory`
The text was updated successfully, but these errors were encountered:
I am experiencing the same problem
Sorry, something went wrong.
This is because you have not installed anything yet. You need to run ./scripts/install.sh and probably ./scripts/utils/install.sh.
No branches or pull requests
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`
The text was updated successfully, but these errors were encountered: