gatsbyjs / gatsby-docker

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

Curious why the Dockerfile uses `FROM alpine:edge` insted of `FROM nginx:alpine` #6

Closed rturk closed 6 years ago

rturk commented 6 years ago

I'm curious why the Dockerfile is not starting with FROM nginx:alpine

https://hub.docker.com/_/nginx/

cusspvz commented 6 years ago

@rturk I made this Dockerfile before the nginx community created their alpine version, inspite my commit was made nearby the nov of 2016, this was based on my nginx alpine implementation.

Can i ask why are you asking? Are you running some issues with it? Thanks!

cusspvz commented 6 years ago

Closing since we didn't got any response from the OP