lvvittor / blog

Lucas Vittor Blog
https://lucasvittor.com
Other
3 stars 0 forks source link

[WIP] chore/46 add docker #47

Closed lvvittor closed 2 years ago

lvvittor commented 2 years ago

close #46

lvvittor commented 2 years ago

Now, you can run the blog with:

docker-compose build docker-compose up # starts the blog at 0.0.0.0

You can also run commands inside the container like: docker-compose run jekyll bundle exec jekyll serve --drafts --host 0.0.0.0 # serve the drafts

lvvittor commented 2 years ago

The only thing to do before merging this PR is to reformat the Makefile targets which use Jekyll commands.

lvvittor commented 2 years ago

merged in #48