aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
blob: 3aabb31a080cbf507e3220acb09637bbe13da9c1 (plain) (blame)
1
2
3
4
FROM gatsbyjs/gatsby:onbuild as build

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