feat: add .dockerignore and update Dockerfile for improved caching
This commit is contained in:
21
.dockerignore
Normal file
21
.dockerignore
Normal file
@ -0,0 +1,21 @@
|
||||
.storybook
|
||||
tests
|
||||
__tests__
|
||||
*.spec.ts
|
||||
*.test.ts
|
||||
node_modules
|
||||
.yarn/cache
|
||||
.eslint
|
||||
.prettier
|
||||
.stylelint
|
||||
.env
|
||||
.idea
|
||||
.git
|
||||
.gitignore
|
||||
Dockerfile
|
||||
README.md
|
||||
*.log
|
||||
test
|
||||
docs
|
||||
coverage
|
||||
*.map
|
||||
Reference in New Issue
Block a user