Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3767830
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
637 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/Dockerfile b/Dockerfile
index f344f7d..f5a9b3f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,26 +1,26 @@
#
# Tommy Docker image
# A simple Hudson/Jenkins dashboard view
#
-FROM ruby:2.2
+FROM ruby:2.5
MAINTAINER Sébastien Santoro aka Dereckson <dereckson+nasqueron-docker@espace-win.org>
#
# Prepare the container
#
ENV LANG C.UTF-8
RUN mkdir -p /usr/src/app && \
git clone https://github.com/nasqueron/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
Mon, Nov 25, 03:41 (22 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259467
Default Alt Text
(637 B)
Attached To
Mode
rDTOMMY Tommy Docker image
Attached
Detach File
Event Timeline
Log In to Comment