fix: fix pipeline docker build with new external lib
This commit is contained in:
32
.dockerignore
Normal file
32
.dockerignore
Normal file
@@ -0,0 +1,32 @@
|
||||
# Dependencies
|
||||
**/node_modules
|
||||
|
||||
# Build outputs
|
||||
**/dist
|
||||
**/.output
|
||||
**/.nuxt
|
||||
|
||||
# Database data
|
||||
dev/data/db
|
||||
|
||||
# Git
|
||||
**/.git
|
||||
|
||||
# IDE
|
||||
**/.idea
|
||||
**/.vscode
|
||||
|
||||
# Environment files
|
||||
**/.env
|
||||
**/.env.*
|
||||
|
||||
# Logs
|
||||
**/*.log
|
||||
**/logs
|
||||
|
||||
# Test coverage
|
||||
**/coverage
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user