fix: 'not found' errors (cross-env, clinic) in prod env
This commit is contained in:
parent
06a003ca09
commit
1734ba4ac9
1 changed files with 4 additions and 2 deletions
|
@ -52,7 +52,8 @@ services:
|
|||
DOCKER_USER_GID: ${DOCKER_USER_GID:?Missing DOCKER_USER_GID}
|
||||
restart: on-failure
|
||||
depends_on:
|
||||
- prepare_backend
|
||||
prepare_backend:
|
||||
condition: service_completed_successfully
|
||||
volumes:
|
||||
- ./:/zeppelin
|
||||
environment:
|
||||
|
@ -67,7 +68,8 @@ services:
|
|||
DOCKER_USER_GID: ${DOCKER_USER_GID:?Missing DOCKER_USER_GID}
|
||||
restart: on-failure
|
||||
depends_on:
|
||||
- prepare_backend
|
||||
prepare_backend:
|
||||
condition: service_completed_successfully
|
||||
volumes:
|
||||
- ./:/zeppelin
|
||||
environment:
|
||||
|
|
Loading…
Add table
Reference in a new issue