This repository was archived by the owner on Feb 10, 2026. It is now read-only.
Commit 552de24
committed
Fix: Skip composer install if composer.json doesn't exist
This allows the Docker image to be tested standalone with --version
without requiring a composer.json file to be present.
Fixes the Docker build test that runs the container without a project context.1 parent 5805945 commit 552de24
1 file changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments