blog/Dockerfile

4 lines
108 B
Docker

FROM gatsbyjs/gatsby:onbuild as gatsby-build
FROM gatsbyjs/gatsby
COPY --from=gatsby-build /app/public /pub