1
0
Fork 0
mirror of https://github.com/Luzifer/github-masswatch.git synced 2024-12-22 19:11:17 +00:00

Add Dockerfile with ruby onbuild support

This commit is contained in:
Dennis Benkert 2016-05-04 16:42:26 +02:00
parent a6c5ee306f
commit 4e765bb781

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM ruby:2.1.9-onbuild
ENTRYPOINT ["./watch.rb"]