gatsbyjs / gatsby-docker

Docker image that builds and hosts a Gatsby site
MIT License
356 stars 88 forks source link

Is this using the latest version of gatsby? #10

Closed loganpowell closed 6 years ago

loganpowell commented 6 years ago

I'm on Windows and really like the idea of using docker to get around all the different OS idiosyncrasies. Is this up to date?

KyleAMathews commented 6 years ago

This is just for building & hosting Gatsby websites — if you want to develop Gatsby in Docker, you'd need another image. Probably just something that's setup for Node.js development. Not really sure what that'd be but if you find a great setup, I'm sure others would love to hear back about it!

loganpowell commented 6 years ago

I found this:

https://hub.docker.com/r/asifrc/gatsbyjs-dev/~/dockerfile/

Look promising?

On Fri, Dec 8, 2017 at 11:45 AM, Kyle Mathews notifications@github.com wrote:

This is just for building & hosting Gatsby websites — if you want to develop Gatsby in Docker, you'd need another image. Probably just something that's setup for Node.js development. Not really sure what that'd be but if you find a great setup, I'm sure others would love to hear back about it!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gatsbyjs/gatsby-docker/issues/10#issuecomment-350311224, or mute the thread https://github.com/notifications/unsubscribe-auth/ADQBP7iyiN-eEc5hLYCR581qMvfkRMn6ks5s-We7gaJpZM4Q7OEW .

KyleAMathews commented 6 years ago

Looks old as they're on node 6 and expose port 3000 which we stopped working but should still work!

loganpowell commented 6 years ago

Does this look better:

https://hub.docker.com/r/optimized/docker-gatsbyjs/

Sorry, I'm new