Commit b83fa26
fix: make PAD file linking non-fatal in docker run
docker run failed hard with "linking PAD files: runtime PAD files not
found" when the Mendix runtime archive doesn't contain a runtime/pad
directory (e.g., Mendix 11.6.3). docker build already handles this
gracefully as a warning with a fallback download. Apply the same
treatment to docker run.
Fixes #37
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 9c2e0eb commit b83fa26
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| 284 | + | |
| 285 | + | |
284 | 286 | | |
285 | | - | |
| 287 | + | |
286 | 288 | | |
287 | 289 | | |
288 | 290 | | |
| |||
0 commit comments