fix: .dev/run.sh path
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
|||||||
TRYTOND_VERSION: ${TRYTOND_VERSION}
|
TRYTOND_VERSION: ${TRYTOND_VERSION}
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
command: bash .dev/run.sh
|
command: bash /app/.dev/run.sh
|
||||||
environment:
|
environment:
|
||||||
- DB_NAME=${POSTGRES_DB}
|
- DB_NAME=${POSTGRES_DB}
|
||||||
- SRC=/app
|
- SRC=/app
|
||||||
|
|||||||
Reference in New Issue
Block a user