mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
fix: resolve issue with testing compose file
This commit is contained in:
parent
2cce6dc2e5
commit
9525b9bd63
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ services:
|
|||
documenso:
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: ../docker/Dockerfile
|
||||
dockerfile: docker/Dockerfile
|
||||
depends_on:
|
||||
- database
|
||||
- inbucket
|
||||
|
|
|
|||
Loading…
Reference in a new issue