Skip to content

Commit 4174008

Browse files
committed
fix the docker compose order issues
1 parent 280e200 commit 4174008

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ fi
88

99
docker compose version
1010
docker compose -f "$file" down
11+
docker compose -f "$file" build
1112
docker compose -f "$file" up --build testing --exit-code-from testing --remove-orphans

0 commit comments

Comments
 (0)