wip
This commit is contained in:
parent
6b1c60a550
commit
839cbd0dc0
17 changed files with 213 additions and 35 deletions
13
README.md
13
README.md
|
|
@ -9,6 +9,19 @@ pip install hatch
|
|||
hatch shell
|
||||
```
|
||||
|
||||
## Development with Docker
|
||||
|
||||
```console
|
||||
docker compose build
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
To attach to the cli.
|
||||
|
||||
```console
|
||||
docker attach learn-sql-model-cli-1
|
||||
```
|
||||
|
||||
## Start the Server
|
||||
|
||||
```console
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue