KASM-8210 add dockerignore and fix redroid

This commit is contained in:
Huan Truong 2026-05-13 19:26:49 -05:00
parent d637c490aa
commit b3aac3cc6e
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

4
.dockerignore Normal file
View file

@ -0,0 +1,4 @@
# Claude Code AI data files — excluded from Docker builds
.claude/
claude_files/
CLAUDE.md

View file

@ -13,6 +13,6 @@ apt-get install -y android-tools-adb android-tools-fastboot \
mkdir -p /opt/
cd /opt/
git clone https://github.com/Genymobile/scrcpy
git clone --depth 1 --branch v3.3.4 https://github.com/Genymobile/scrcpy
cd scrcpy
./install_release.sh