docker changes and user authenticated message

This commit is contained in:
2014-10-09 15:08:37 +02:00
parent c6c26124c8
commit 9e9855f762
12 changed files with 41 additions and 12 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env ruby
def run(script); `#{script}` end
run "docker build -t bterkuile/mozo-rails ."
+2
View File
@@ -68,6 +68,8 @@ class InMemoryQCounter
end
end
end
rescue RestClient::ResourceNotFound
# view not available, initialize as zero
rescue => e
raise e
end