Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Adding the Gemfile.lock to repository for docker image creation #89

Merged
merged 1 commit into from
Jun 29, 2018
Merged

Adding the Gemfile.lock to repository for docker image creation #89

merged 1 commit into from
Jun 29, 2018

Conversation

AdrieanKhisbe
Copy link
Contributor

Other wise docker build --no-cache -t txgh . cause the following error:

Step 1/14 : FROM ruby:2.1-onbuild
# Executing 4 build triggers
COPY failed: stat /var/lib/docker/tmp/docker-builder622365825/Gemfile.lock: no such file or directory

This would enable to easily implement #64

Other wise `docker build --no-cache -t txgh .` cause the following error:
```
Step 1/14 : FROM ruby:2.1-onbuild
# Executing 4 build triggers
COPY failed: stat /var/lib/docker/tmp/docker-builder622365825/Gemfile.lock: no such file or directory
```
@rigaspapas rigaspapas merged commit a397a69 into transifex:master Jun 29, 2018
@rigaspapas
Copy link
Contributor

Merged. Thanks!

@AdrieanKhisbe AdrieanKhisbe deleted the gemlock-for-docker branch June 30, 2018 10:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants