Skip to content

Commit 98b33f1

Browse files
committed
Mention our Docker image
1 parent 8b2d8b2 commit 98b33f1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,20 @@ This component is part of Database Playground.
1010

1111
### Starting the service
1212

13+
For development:
14+
1315
```bash
1416
go run .
1517
```
1618

17-
For production: Zeabur builds and runs it automatically.
19+
For production in a Docker container:
20+
21+
```bash
22+
docker run -p 8080:8080 ghcr.io/database-playground/sqlrunner-v2
23+
```
24+
25+
You can also specify the image tag `main`, which points to the latest commit
26+
in the main branch.
1827

1928
### API usage
2029

0 commit comments

Comments
 (0)