We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2d8b2 commit 98b33f1Copy full SHA for 98b33f1
README.md
@@ -10,11 +10,20 @@ This component is part of Database Playground.
10
11
### Starting the service
12
13
+For development:
14
+
15
```bash
16
go run .
17
```
18
-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.
27
28
### API usage
29
0 commit comments