🐳 Use docker to test locally
This commit is contained in:
parent
a09bcfbe95
commit
1be0d5fb44
2 changed files with 20 additions and 5 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM ruby:2.6.3
|
||||
|
||||
RUN gem install bundler:2.0.2 && \
|
||||
bundle config --global frozen 1
|
||||
|
||||
COPY Gemfile Gemfile.lock ./
|
||||
RUN bundle install
|
||||
Loading…
Add table
Add a link
Reference in a new issue