Skip to content

Commit 2df2e85

Browse files
Dev Userclaude
andcommitted
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

File tree

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ services:
1212
- .:/app
1313
- node_modules:/app/node_modules
1414
- next_cache:/app/.next
15-
- out_cache:/app/out
1615
env_file:
1716
- .env
1817
environment:
@@ -58,4 +57,3 @@ volumes:
5857
postgres_data:
5958
node_modules:
6059
next_cache:
61-
out_cache:

0 commit comments

Comments
 (0)