typo and wording edit for REPL

This commit is contained in:
smclacke
2026-04-21 15:31:24 +02:00
committed by Sarah McLacken
parent ee0e28b6f1
commit bc44c263e0
+1 -1
View File
@@ -168,7 +168,7 @@ For the full Alpine desktop environment, see [leaningtech/alpine-image](https://
For more details, see [CheerpX Custom Images documentation](https://cheerpx.io/docs/guides/custom-images).
> [!TIP]
> Eample: Python3 REPL. The `Deploy` workflow takes into account the `CMD` specified in the Dockerfile.
> For 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.