Created
May 16, 2024 19:11
-
-
Save sekika/7ec7dbe520e0381b1f449581ef903880 to your computer and use it in GitHub Desktop.
for jekyll Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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