Skip to content

Commit 268839b

Browse files
committed
[FIXUP][.dockerignore] Ignore Gemfile.lock
Travis will require a `bundle install` so `rake/extensiontask` is available when running the Rakefile, but we don't want to include this in the `docker` build, so exclude it via the `.dockerignore`
1 parent 8f5fc59 commit 268839b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.ruby-version
2+
Gemfile.lock

0 commit comments

Comments
 (0)