We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7452f6b commit 506095aCopy full SHA for 506095a
Dockerfile
@@ -1,12 +1,12 @@
1
FROM ubuntu:trusty
2
3
RUN apt-get update
4
-RUN apt-get install -yq ruby ruby-dev build-essential
+RUN apt-get install -yq ruby ruby-dev build-essential git
5
RUN gem install --no-ri --no-rdoc bundler
6
ADD Gemfile /app/Gemfile
7
ADD Gemfile.lock /app/Gemfile.lock
8
RUN cd /app; bundle install
9
ADD . /app
10
EXPOSE 4567
11
WORKDIR /app
12
-CMD ["bundle", "exec", "middleman", "server"]
+CMD ["bundle", "exec", "middleman", "server"]
0 commit comments