Skip to content

Commit 224cd3b

Browse files
committed
docker comments
1 parent 111fbc0 commit 224cd3b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎Dockerfile‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@ WORKDIR /tmp
66
ADD Gemfile Gemfile
77
ADD Gemfile.lock Gemfile.lock
88
RUN bundle install
9-
# Install gems
109

10+
# make app folder and copy over the app
1111
RUN mkdir /app
1212
WORKDIR /app
13-
14-
# Upload source
1513
COPY . /app
1614

17-
1815
# Start server
1916
EXPOSE 9292
2017
CMD ["foreman", "start"]

0 commit comments

Comments
 (0)