Skip to content

Commit 6324978

Browse files
jennydamandaattali
authored andcommitted
Minimal Dockerfile (daattali#326)
1 parent d94b79d commit 6324978

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: Dockerfile

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
FROM jekyll/jekyll
22

3-
WORKDIR /srv/jekyll
43
COPY Gemfile .
54
COPY Gemfile.lock .
65

7-
RUN gem install bundler
86
RUN bundle install --quiet --clean
97

10-
EXPOSE 4000
11-
12-
ENTRYPOINT ["jekyll", "serve"]
8+
CMD ["jekyll", "serve"]

0 commit comments

Comments
 (0)