Describe the bug
Running the docker-compose build fails due to the Gemfile.lock file missing.
Steps to reproduce the behavior
- Check out the repository
- Run docker-compose build
- Receive the following error
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
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 directoryExpected behavior
docker-compose build runs successfully
Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
None