Files
Termix/docker/Dockerfile
ZacharyZcR 017b56af27 FIX: Correct chmod syntax in Dockerfile
- Fix chmod command syntax to properly set permissions for multiple directories
- Use && to chain chmod commands instead of space-separated arguments
- Ensure /app/config, /app/ssl, and /app/data have correct 755 permissions

Fixes syntax error that would cause Docker build failures.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-24 02:26:48 +08:00

2.3 KiB