Commit 21746d0
authored
fix(docker): remove unused ci-final stage breaking container builds (#65)
The ci-final stage was added as the last Dockerfile stage but its COPY publish/ . requires a pre-published directory absent from the build context. Plain docker build (GitHub + Azure DevOps) defaults to the last stage and fails. GitLab explicitly targets --target final and is unaffected. Nothing references ci-final.
Fixes #641 parent 601ebff commit 21746d0
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 29 | | |
0 commit comments