Optimise docker context (#32870)
* Optimise docker context Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Optimise docker context further Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Debug Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# Exclude a bunch of stuff which can make the build context a larger than it needs to be
|
||||
**/test/
|
||||
**/*.stories.tsx
|
||||
**/*.test.ts
|
||||
**/*.test.tsx
|
||||
**/lib/
|
||||
**/dist/
|
||||
**/node_modules/
|
||||
**/coverage/
|
||||
**/.pnpm-store
|
||||
**/tsconfig.node.tsbuildinfo
|
||||
**/*.md
|
||||
**/*.rst
|
||||
|
||||
.idea/
|
||||
.tmp/
|
||||
.nx/
|
||||
.link-config
|
||||
|
||||
apps/web/config.json*
|
||||
apps/web/webpack-stats.json
|
||||
apps/web/playwright/
|
||||
apps/web/webapp/
|
||||
apps/web/debian/
|
||||
|
||||
packages/shared-components/__vis__/
|
||||
packages/shared-components/storybook-static/
|
||||
packages/shared-components/typedoc/
|
||||
Reference in New Issue
Block a user