Fix: typo in docker-compose.build.yml (#692)
Fix to docker-compose.build.yml, depends_on points to an inexists
service:
```
depends_on:
- db
```
Co-authored-by: Daniel Oliveira <daniel.oliveira@kununu.com>
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
|||||||
args:
|
args:
|
||||||
- SCOPE=builder
|
- SCOPE=builder
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- typebot-db
|
||||||
ports:
|
ports:
|
||||||
- '8080:3000'
|
- '8080:3000'
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
|
|||||||
Reference in New Issue
Block a user