feat: add admin-web Docker build & push workflow with semantic-release
This commit is contained in:
28
admin-web/.dockerignore
Normal file
28
admin-web/.dockerignore
Normal file
@@ -0,0 +1,28 @@
|
||||
# Dépendances & caches
|
||||
node_modules
|
||||
.next
|
||||
out
|
||||
build
|
||||
|
||||
# VCS & IDE
|
||||
.git
|
||||
.gitignore
|
||||
.vscode
|
||||
|
||||
# Env locaux
|
||||
.env
|
||||
.env.*
|
||||
!.env.test.example
|
||||
|
||||
# Tests & couverture
|
||||
e2e
|
||||
test
|
||||
test-results
|
||||
playwright-report
|
||||
coverage
|
||||
*.tsbuildinfo
|
||||
|
||||
# Divers
|
||||
.DS_Store
|
||||
npm-debug.log*
|
||||
README.md
|
||||
Reference in New Issue
Block a user