4 lines
94 B
Docker
4 lines
94 B
Docker
|
FROM gatsbyjs/gatsby:onbuild as build
|
||
|
|
||
|
FROM gatsbyjs/gatsby
|
||
|
COPY --from=build /app/public /pub
|