infoscreen/Dockerfile
2022-01-06 19:50:43 +01:00

4 lines
94 B
Docker

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