ci: add docker support
This commit is contained in:
parent
223f1e8165
commit
4bd81f47dd
3 changed files with 70 additions and 0 deletions
12
.dockerignore
Normal file
12
.dockerignore
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
node_modules
|
||||
npm-debug.log
|
||||
.git
|
||||
.gitignore
|
||||
README.md
|
||||
.env
|
||||
.nyc_output
|
||||
coverage
|
||||
.nyc_output
|
||||
.vscode
|
||||
.DS_Store
|
||||
dist
|
||||
Loading…
Add table
Add a link
Reference in a new issue