Commit 2df2e85
revert: remove out/ named volume (causes EBUSY with Next.js cleanDistDir)
Next.js tries to rmdir the entire out/ directory before rebuilding
(cleanDistDir: true). Docker mount points can't be removed from inside
containers. The root-owned files were fixed via one-time chown; USER
node in the Dockerfile prevents recurrence.
Reverts the out_cache addition from c571896.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c571896 commit 2df2e85
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
61 | | - | |
0 commit comments