Merge pull request #11243 from backstage/rugvip/dockerwut

updated .dockerignore to make it easier to add additional backends
This commit is contained in:
Patrik Oldsberg
2022-05-03 13:46:38 +02:00
committed by GitHub
4 changed files with 24 additions and 6 deletions
+2 -2
View File
@@ -96,8 +96,8 @@ root of the repo to speed up the build by reducing build context size:
```text
.git
node_modules
packages
!packages/backend/dist
packages/*/src
packages/*/node_modules
plugins
```