Simple docker image for claw.cloud
docker pull ghcr.io/vauth/claw-docker:main
- Add
claw.sh
file in your project and fill it with required cmds. - Launch a project in run.claw.clouds & ads this docker image in your project.
- Docker Image URL:
ghcr.io/vauth/claw-docker:main
- Docker Image URL:
- Import
GITHUB_URL
including your project URL into environment variables.
#!/bin/bash
git clone https://github.com/Vauth/fastapi
cd fastapi || exit
pip3 install -r requirements.txt --break-system-packages
python3 fast.py