Images to help build GatsbyJS and host it
1.2K
There are two major tags in this repo.
wowbro/gatsbyjs-docker:onbuild is used to build GatsbyJS public.
And, wowbro/gatsbyjs-docker:latest is used to host GatsbyJS on Nginx.
FROM wowbro/gatsbyjs-docker:onbuild as build
FROM wowbro/gatsbyjs-docker:latest
COPY --from=build /app/public /pub
docker build -t myproject/website .
docker run -p 8080:80 myproject/website
Content type
Image
Digest
sha256:5b10ec99f…
Size
4.6 MB
Last updated
over 2 years ago
docker pull wowbro/gatsbyjs-docker