forked from GithubMirrors/cardconjurer
* add docker config with a nginx
* add a make script for easy startup * extend the readme to subscribe, how you can run with docker
This commit is contained in:
32
.dockerignore
Normal file
32
.dockerignore
Normal file
@@ -0,0 +1,32 @@
|
||||
debug.log
|
||||
CORS.json
|
||||
*.bat
|
||||
dev/*
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.js
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# production
|
||||
/build
|
||||
/dist
|
||||
/.idea
|
||||
/.git
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
||||
cardconjurer.iml
|
||||
access.log
|
||||
error.log
|
Reference in New Issue
Block a user