mirror of
https://github.com/Luzifer/github-masswatch.git
synced 2024-12-22 11:01:16 +00:00
Add Dockerfile with ruby onbuild support
This commit is contained in:
parent
a6c5ee306f
commit
4e765bb781
1 changed files with 3 additions and 0 deletions
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM ruby:2.1.9-onbuild
|
||||
|
||||
ENTRYPOINT ["./watch.rb"]
|
Loading…
Reference in a new issue