Skip to content

Instantly share code, notes, and snippets.

@sekika
Created May 16, 2024 19:11
Show Gist options
  • Save sekika/7ec7dbe520e0381b1f449581ef903880 to your computer and use it in GitHub Desktop.
Save sekika/7ec7dbe520e0381b1f449581ef903880 to your computer and use it in GitHub Desktop.
for jekyll Dockerfile
#!/bin/sh
cd /jekyll
rm -f Gemfile.lock
bundle install
bundle update --bundler
bundle exec jekyll serve --drafts --host 0.0.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment