-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
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
docker-compose build fails due to Gemfile.lock missing #114
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Also seeing this issue on macOS 10.15.6 running Docker Desktop community v 2.3.0.4. |
Hello, Same issue here on Ubuntu 20.04LTS. docker-compose version 1.25.5. |
Gemfile.lock needs to be checked into the repository |
I removed references to the lock file in 222ee1e, and testing locally, the Dockerfile now builds as expected. |
Describe the bug
Running the docker-compose build fails due to the Gemfile.lock file missing.
Steps to reproduce the behavior
Step 8/13 : COPY Gemfile Gemfile.lock word-to-markdown.gemspec ./ ERROR: Service 'app' failed to build: COPY failed: stat /var/lib/docker/tmp/docker-builder520016694/Gemfile.lock: no such file or directory
Expected behavior
docker-compose build runs successfully
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
None
The text was updated successfully, but these errors were encountered: