Page MenuHomeDevCentral

No OneTemporary

diff --git a/Dockerfile b/Dockerfile
index 8aca7c9..1010be8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,24 +1,24 @@
#
# Tommy Docker image
# A simple Hudson/Jenkins dashboard view
#
-FROM ruby:2.1
+FROM ruby:2.2
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/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

Mime Type
text/x-diff
Expires
Sat, Mar 21, 05:36 (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3546482
Default Alt Text
(617 B)

Event Timeline