Commit df6b059
Fix dockerStageProd to flatten numbered staging directories
sbt-native-packager stages files under numbered directories (e.g.,
2/opt/docker/lib/, 4/opt/docker/bin/) but the distroless Dockerfile
expects them at opt/docker/. Add flattening step to copy files from
numbered directories into the expected layout.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ac7a8aa commit df6b059
1 file changed
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
167 | 190 | | |
168 | 191 | | |
169 | 192 | | |
| |||
0 commit comments