Add CI/CD
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM gatsbyjs/gatsby:onbuild as build
|
||||
|
||||
FROM gatsbyjs/gatsby
|
||||
COPY --from=build /app/public /pub
|
Reference in New Issue
Block a user