Skip to content

Commit ab5ea88

Browse files
author
ciavashkh
authoredJul 31, 2018
Create Dockerfile_second
1 parent 87593aa commit ab5ea88

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎Dockerfile_second

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Generated by Cloud66 Starter
2+
FROM ruby:2.4
3+
4+
ENV APP_HOME /app
5+
RUN mkdir $APP_HOME
6+
WORKDIR $APP_HOME
7+
8+
ADD Gemfile* $APP_HOME/
9+
RUN bundle install
10+
11+
ADD . $APP_HOME

0 commit comments

Comments
 (0)
Please sign in to comment.