Skip to content

pegasy/trials.wf

Repository files navigation

WFRSB

How to run jekyll in docker for testing locally

This requires that you have already have installed docker (and changed it to use use linux containers if you are on windows).

Dont forget to change the path to where you cloned the repository to (E:\code\git\trials.wf).

docker run --rm --label=jekyll --env POLLING=true --env VERBOSE=true --volume=E:\code\git\trials.wf:/srv/jekyll -it -p 4000:4000 jekyll/jekyll jekyll serve

Then open your favorite browser and point it to http://localhost:4000/.

Press ctrl + c to exit / close it.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published