We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc96b9 commit 26e7839Copy full SHA for 26e7839
1 file changed
.gitpod.yml
@@ -42,7 +42,7 @@ tasks:
42
43
shopware-cli extension prepare "custom/plugins/$EXTENSION_NAME"
44
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
+ 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
46
47
ports:
48
- port: 8000
0 commit comments