Commit 93c6cc7
authored
Fix CMD path to handle WORKDIR changes (#198)
Users extending the base Dockerfile with custom WORKDIR directives
encountered container startup failures due to relative paths in both
the startup script and CMD directive.
Changed both to use absolute paths, making the container immune to
WORKDIR changes in derived images.1 parent 75de276 commit 93c6cc7
File tree
3 files changed
+7
-2
lines changed- .changeset
- packages/sandbox
3 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
0 commit comments