Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12241778
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
612 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..3049dcc
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,24 @@
+#
+# Tommy Docker image
+# A simple Hudson/Jenkins dashboard view
+#
+
+FROM ruby:2.1
+MAINTAINER Sébastien Santoro aka Dereckson <dereckson+nasqueron-docker@espace-win.org>
+
+#
+# Prepare the container
+#
+
+RUN mkdir -p /usr/src/app && \
+ git clone https://github.com/dereckson/Tommy.git /usr/src/app && \
+ cd /usr/src/app && \
+ bundle install
+
+#
+# Run the container
+#
+
+EXPOSE 4567
+WORKDIR /usr/src/app
+CMD ["ruby", "/usr/src/app/tommy.rb", "-o", "0.0.0.0"]
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Oct 12, 06:22 (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3061412
Default Alt Text
(612 B)
Attached To
Mode
rTOMMY Tommy
Attached
Detach File
Event Timeline
Log In to Comment