Skip to content

Commit

Permalink
Fix #4 Remove Gemfile.lock from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hillairet committed Sep 30, 2023
1 parent 7c03ff0 commit f006991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jekyll/jekyll

COPY Gemfile Gemfile.lock ./
COPY Gemfile ./
RUN bundle install

0 comments on commit f006991

Please sign in to comment.