Commit 46a50ca
committed
fix: Fix provisioned-instance Dockerfile COPY paths for build context
The docker-security-scan.yml workflow uses context: docker/provisioned-instance
for the provisioned-instance image, which means COPY paths should be relative
to that directory, not include the full path from root.
Changed:
- COPY docker/provisioned-instance/supervisord.conf → COPY supervisord.conf
- COPY docker/provisioned-instance/entrypoint.sh → COPY entrypoint.sh
This matches the build context pattern used for backup and other images.1 parent ca0e883 commit 46a50ca
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments