gatsby-docker icon indicating copy to clipboard operation
gatsby-docker copied to clipboard

Docker image that builds and hosts a Gatsby site

Results 18 gatsby-docker issues
Sort by recently updated
recently updated
newest added

https://github.com/Illutax/PrivacyDashboard/blob/main/settings.gradle

Hello friends. This docker image is not enough anymore to run a Gatsby 4 site, since it does not allow for the Render modes. It should `gatsby serve`, not only...

First time using `gatsby-docker` it just crashes by following your readme. What am I missing here? ```➜ website git:(master) ✗ docker build . [+] Building 3.0s (9/10) => [internal] load...

It is confusing, that the Docker image with `latest` does not represent the source of the master branch. Can someone build a new Docker image from HEAD? This is especially...

Since some new features of Gatsby need 14.10, it seems about time to do this.

My file structure looks like this and there is no "app" folder. I just copied Dockerfile and .dockerignore to the root and tried to build according to the readme. I...

client_max_body_size is currently set to 64kb https://github.com/gatsbyjs/gatsby-docker/blob/master/nginx-boot.sh#L67 and there is no way to customize it A simple env variable would make it easier to customize this configuration

The updated `gatsby-plugin-image` plugin generated webp images. Those are currently not cached by the user browser because of the missing nginx configuration

Currently webp images generated by the update `gatsby-plugin-image` are not cached. This PR adds the files to the cache configuration fix: #48