fix(docs): update listed contents of .dockerignore
It appears that further items have been added to out-of-the-box .dockerignore file created when running `@backstage/create-app` Updated to reflect the current contents was: ``` .git node_modules packages/*/src packages/*/node_modules plugins ``` now: ``` .git .yarn/cache .yarn/install-state.gz node_modules packages/*/src packages/*/node_modules plugins *.local.yaml ``` Signed-off-by: Leena <19555355+sploschee@users.noreply.github.com>
This commit is contained in:
@@ -108,10 +108,13 @@ root of the repo to speed up the build by reducing build context size:
|
||||
|
||||
```text
|
||||
.git
|
||||
.yarn/cache
|
||||
.yarn/install-state.gz
|
||||
node_modules
|
||||
packages/*/src
|
||||
packages/*/node_modules
|
||||
plugins
|
||||
*.local.yaml
|
||||
```
|
||||
|
||||
With the project built and the `.dockerignore` and `Dockerfile` in place, we are
|
||||
|
||||
Reference in New Issue
Block a user