feat: add docker deployment configuration (#311)
This commit is contained in:
parent
a537eaad7b
commit
533e00d4ee
4 changed files with 97 additions and 0 deletions
33
.dockerignore
Normal file
33
.dockerignore
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
node_modules
|
||||
dist
|
||||
dist-ssr
|
||||
dev-dist
|
||||
*.local
|
||||
.env
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# Git
|
||||
.gitignore
|
||||
|
||||
#Docker files
|
||||
docker-compose.yml
|
||||
Dockerfile
|
||||
Loading…
Add table
Add a link
Reference in a new issue