Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker development environment #46

Open
Coolomina opened this issue Sep 28, 2019 · 1 comment
Open

Docker development environment #46

Coolomina opened this issue Sep 28, 2019 · 1 comment

Comments

@Coolomina
Copy link

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!

@maifeeulasad
Copy link

maifeeulasad commented Apr 19, 2023

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants