reviewing initial changes to REPL and claude

This commit is contained in:
smclacke
2026-04-21 15:28:53 +02:00
committed by Sarah McLacken
parent b585c8bc6e
commit a0c4120ce2
+2 -1
View File
@@ -170,7 +170,8 @@ For more details, see [CheerpX Custom Images documentation](https://cheerpx.io/d
> [!TIP]
> Python3 REPL
>
> The `Deploy` workflow takes into account the `CMD` specified in the Dockerfile. To build a REPL you can simply change `CMD [ "/bin/bash" ]` to `CMD [ "/usr/bin/python3" ]` and deploy.
> The `Deploy` workflow takes into account the `CMD` specified in the Dockerfile.
> To build a REPL you can simply change `CMD [ "/bin/bash" ]` to `CMD [ "/usr/bin/python3" ]` and deploy.
### Claude AI Integration