Skip to content

Commit

Permalink
Don't use Gemfile.lock in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
s4b7r committed Jan 26, 2024
1 parent 5e4036f commit baa6110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jekyll/jekyll:latest
COPY Gemfile Gemfile.loc[k] /srv/jekyll/
COPY Gemfile /srv/jekyll/
RUN bundle install
CMD bundle exec jekyll serve

0 comments on commit baa6110

Please sign in to comment.