Skip to content

Commit 7a4151e

Browse files
authored
chore: create image with required files (#744)
1 parent 76aaf8c commit 7a4151e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Gemfile.lock
1+
Gemfile.lock

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ FROM ruby:2.4
33
RUN mkdir /twilio
44
WORKDIR /twilio
55

6-
COPY . .
6+
COPY Rakefile Gemfile LICENSE README.md twilio-ruby.gemspec ./
7+
COPY lib ./lib
78

89
RUN bundle install
910
RUN bundle exec rake install

0 commit comments

Comments
 (0)