Add CI/CD

This commit is contained in:
2022-01-06 19:50:43 +01:00
parent a4fd809ef5
commit 864d723c08
4 changed files with 79 additions and 0 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM gatsbyjs/gatsby:onbuild as build
FROM gatsbyjs/gatsby
COPY --from=build /app/public /pub