Skip to content

Commit

Permalink
Minimal Dockerfile (daattali#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman authored and daattali committed Feb 26, 2018
1 parent d94b79d commit 6324978
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
FROM jekyll/jekyll

WORKDIR /srv/jekyll
COPY Gemfile .
COPY Gemfile.lock .

RUN gem install bundler
RUN bundle install --quiet --clean

EXPOSE 4000

ENTRYPOINT ["jekyll", "serve"]
CMD ["jekyll", "serve"]

0 comments on commit 6324978

Please sign in to comment.