Official Docker image (#46)

* Initial Dockerfile

* Docker added to Readme

* Added Docker to Travis
This commit is contained in:
David
2021-09-05 16:44:05 +02:00
committed by GitHub
parent 1adbe08056
commit 4df0d40dcf
4 changed files with 92 additions and 1 deletions

50
.dockerignore Normal file
View File

@@ -0,0 +1,50 @@
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel
# IDEs
/.vscode/
/.idea/
# cypress
cypress/videos
cypress/screenshots
# next-pwa
**/public/workbox-*.js*
**/public/sw.js*
**/public/worker-*.js*
# git
.git/
.gitignore
.gitattributes