Update Dockerfile to support persistent storage configuration for OpenCode, allowing data retention when the /data directory is writable. Enhance README.md with details on current storage limitations and alternative solutions for data persistence on Hugging Face Spaces.
Fix Dockerfile to ensure HOME environment variable is correctly set during OpenCode installation, preventing installation to the root directory. This change enhances compatibility with the user environment.
Update Dockerfile to use absolute paths for opencode commands, ensuring compatibility with USER 1000 environment. This change addresses potential PATH issues when executing commands.
Refactor Dockerfile to install OpenCode as root and set ownership to UID 1000 for compatibility with Hugging Face Spaces. Removed user creation and adjusted installation steps accordingly.