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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)