Add dockerized version.
This commit is contained in:
parent
1d5d9d39da
commit
3db7e655bb
3 changed files with 34 additions and 3 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM ruby:2.3
|
||||
|
||||
WORKDIR /run
|
||||
COPY Gemfile serialboard.rb /run/
|
||||
RUN bundle install
|
||||
ENTRYPOINT ruby /run/serialboard.rb
|
Loading…
Add table
Add a link
Reference in a new issue