Add Docker deployment configuration and CI/CD pipeline
This commit is contained in:
32
.dockerignore
Normal file
32
.dockerignore
Normal file
@@ -0,0 +1,32 @@
|
||||
node_modules
|
||||
npm-debug.log
|
||||
.git
|
||||
.gitignore
|
||||
README.md
|
||||
.env*
|
||||
.nyc_output
|
||||
coverage
|
||||
.vscode
|
||||
.idea
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
music/
|
||||
*.mp3
|
||||
*.wav
|
||||
*.flac
|
||||
*.m4a
|
||||
*.ogg
|
||||
*.aac
|
||||
.output
|
||||
.nuxt
|
||||
.cache
|
||||
dist
|
||||
logs
|
||||
*.log
|
||||
.tmp
|
||||
.parcel-cache
|
||||
docker-compose*.yml
|
||||
Dockerfile*
|
||||
Reference in New Issue
Block a user