chore: dox
This commit is contained in:
parent
2bab960c56
commit
f5769b8df8
|
@ -384,7 +384,9 @@ machine.
|
|||
|
||||
Let's add another fleck to our project:
|
||||
|
||||
<InstallPackage pkg="@flecks/docker" />
|
||||
```bash
|
||||
npx flecks add @flecks/docker
|
||||
```
|
||||
|
||||
Configure `build/flecks.yml`:
|
||||
|
||||
|
@ -399,7 +401,9 @@ Configure `build/flecks.yml`:
|
|||
dialect: postgres
|
||||
password: THIS_PASSWORD_IS_UNSAFE
|
||||
username: postgres
|
||||
// highlight-end
|
||||
'@flecks/docker': {}
|
||||
// highlight-start
|
||||
'@flecks/server':
|
||||
up:
|
||||
- '@flecks/docker'
|
||||
|
|
Loading…
Reference in New Issue
Block a user