This repository lets you deploy the latest No-Code App directly from Docker Hub. It includes automatic image updates — no rebuilds or manual pulls required.
Make sure you have:
- Docker
- Docker Compose
- Linux OS (or WSL) - (OPTIONAL)
- Window users can also run the APP via WSL. See WSL for installation instructions.
Clone this repository:
git clone https://github.com/aphrc-nocode/no-code-prod.git
cd no-code-prodchmod +x start.sh stop.sh./start.shThe app can be accessed via http://localhost:3838 or http://127.0.0.1:3838
./stop.sh- Ensure
dockerhas sudo access