Merge pull request #348 from phracek/support_github_matrix
Support GitHub matrix
This commit is contained in:
parent
9aa288d2d9
commit
05c36dd1ce
36 changed files with 3872 additions and 0 deletions
7
test/examples/from-dockerfile/Dockerfile
Normal file
7
test/examples/from-dockerfile/Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM ubi8/ruby-27
|
||||
|
||||
ADD app-src ./
|
||||
|
||||
RUN bundle install --path ./bundle
|
||||
|
||||
CMD exec bundle exec "rackup -P /tmp/rack.pid --host 0.0.0.0 --port 8080"
|
||||
Loading…
Add table
Add a link
Reference in a new issue