agusmakmun.github.io icon indicating copy to clipboard operation
agusmakmun.github.io copied to clipboard

Docker development environment

Open Coolomina opened this issue 6 years ago • 1 comments

Hello!,

What about having a Docker development environment so we don't have to install all the dependencies in our local machine?, I can do the PR myself 😄

Thanks!

Coolomina avatar Sep 28 '19 11:09 Coolomina

Maybe something like this??

In a docker-compose.yml:

version: '2.4'

services:
  jekyll:
    image: bretfisher/jekyll-serve
    volumes:
      - .:/site
    ports:
      - '80:4000'

Ref: https://bjm.me.uk/blog/testing-github-pages-locally-docker/

maifeeulasad avatar Apr 19 '23 13:04 maifeeulasad