Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3748262
D2835.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
515 B
Referenced Files
None
Subscribers
None
D2835.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
#
# Tommy Docker image
-# A simple Hudson/Jenkins dashboard view
+# A simple Jenkins dashboard view
#
FROM ruby:2.5
@@ -12,10 +12,9 @@
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 mkdir -p /usr/src/app
+COPY . /usr/src/app/
+RUN cd /usr/src/app && bundle install
#
# Run the container
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 07:39 (20 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248908
Default Alt Text
D2835.diff (515 B)
Attached To
Mode
D2835: Build Docker image from current repository code
Attached
Detach File
Event Timeline
Log In to Comment