Commit 5eedb89
authored
fix(docker): remove deleted documents/examples copy, add presets (#48)
* fix(docker): remove deleted documents/examples copy, add presets
The cleanup PR removed documents/examples/ but the Dockerfile still
COPY''d that path, breaking the v3.9.0 release Docker build with:
failed to calculate checksum of ref ...: "/documents/examples": not found
Drop the obsolete COPY and instead include presets/ and
config.example.yaml so users running the official Docker image get
the same out-of-the-box defaults as PyPI / NPM users.
* ci: refresh PR labels
---------
Co-authored-by: Lyonzin <lyonzin@users.noreply.github.com>1 parent 2682a8c commit 5eedb89
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments