Skip to content

Commit 23e0693

Browse files
authored
Update README.md
1 parent cdac335 commit 23e0693

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
1-
# Simple docker image for claw.cloud
1+
# Simple docker image for [claw.cloud](https://run.claw.cloud)
22

33
<br>
44

55
### 📦 Run:
6-
```exec
6+
```sh
77
docker pull ghcr.io/vauth/test-docker:main
88
```
99

10-
### How it works?
10+
<br>
11+
12+
### 🚀 How it works?
1113
- Add `claw.sh` file in your project and fill it with required cmds.
1214
- Launch a project in run.claw.clouds & this docker image in your project.
1315
- Import `GITHUB_URL` including your project URL into environment variables.
16+
17+
<br>
18+
19+
### 📚 Sample `claw.sh`:
20+
```sh
21+
#!/bin/bash
22+
23+
git clone https://github.com/Vauth/fastapi
24+
cd fastapi || exit
25+
pip3 install -r requirements.txt --break-system-packages
26+
python3 fast.py
27+
28+
```

0 commit comments

Comments
 (0)