docToolchain / docs-as-co.de

the source of the docs-as-co.de website
11 stars 7 forks source link

provide docker container so we can test the build locally without interfering with existing jekyll/ruby installations #8

Closed gernotstarke closed 6 years ago

gernotstarke commented 6 years ago

I host approx 6 websites with different jekyll versions... and don't want to modify my local setup by calling "bundle install"... as that would surely cause some (negative) side effects...

Maybe "testcontainers" would also be a good idea...

rdmueller commented 6 years ago

hm. I've re-used your code - doesn't it come with the docker files to build the container? I had some problems to make it work, but I will keep on trying (you know about my problems with docker, don't you? ;-)

btw: I was very surprised to see that netlify comes with a preview-deployment for PRs - have you already spotted it? The link to the preview is directly accessible from the PR...

gernotstarke commented 6 years ago

done and good enough. I close this issue.