mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-16 03:19:18 +00:00
Add thin because editing webrick code to disable stupid DNS resolve makes me puke
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
FROM ruby
|
||||
RUN gem install sinatra
|
||||
RUN gem install thin
|
||||
ADD hasher.rb /
|
||||
CMD ["ruby", "hasher.rb"]
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user