Skip to content

Commit 3bf892e

Browse files
committed
docker compose: web-service depends on web-asset-build
1 parent 23fbcce commit 3bf892e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ services:
2020
environment:
2121
# default is 120, shorten to work with compose label
2222
COLUMNS: 96
23+
depends_on:
24+
- web-asset-build
2325
develop:
2426
watch:
2527
- path: ./cpanfile

0 commit comments

Comments
 (0)