Skip to content

Commit 26e7839

Browse files
authored
await port better
1 parent 9dc96b9 commit 26e7839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tasks:
4242
4343
shopware-cli extension prepare "custom/plugins/$EXTENSION_NAME"
4444
shopware-cli extension build "custom/plugins/$EXTENSION_NAME"
45-
command: docker ps && sleep 2 && ./bin/console sales-channel:update:domain $(gp url 8000 | awk -F[/:] '{print $4}') && symfony server:start --port 8000 -d
45+
command: docker ps && gp ports await 3306 && ./bin/console sales-channel:update:domain $(gp url 8000 | awk -F[/:] '{print $4}') && symfony server:start --port 8000 -d
4646

4747
ports:
4848
- port: 8000

0 commit comments

Comments
 (0)