playreel/frontend/.dockerignore
2026-09-15 17:00:17 +09:00

15 lines
201 B
Plaintext

# COPY . . 가 호스트 것을 가져오면 npm ci 로 깐 것을 덮어쓰고 빌드도 느려진다
node_modules
.next
out
build
.git
.gitignore
.env
.env.*
npm-debug.log*
*.tsbuildinfo
.DS_Store