Add CI/CD

This commit is contained in:
2022-02-07 11:52:10 +00:00
parent 8856f15f68
commit 130182c156
14 changed files with 339 additions and 0 deletions

15
.dockerignore Normal file
View File

@@ -0,0 +1,15 @@
.env
.git
.github
.dockerignore
.gitignore
.docusaurus
build
README.md
Dockerfile
kubernetes
# Artifacts that will be built during image creation.
# This should contain all files created during `npm run build`.
build
node_modules