From c42907d173b46e4aefe9d9963edf27e14c7723c6 Mon Sep 17 00:00:00 2001 From: Shyim Date: Thu, 6 Oct 2022 18:04:04 +0200 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 09e1fc4..78eb572 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -29,7 +29,7 @@ tasks: mkdir -p custom/plugins || true mv "$TMP_DIR" "custom/plugins/$EXTENSION_NAME" - command: ./bin/console sales-channel:update:domain $(gp url 8000 | awk -F[/:] '{print $4}') && symfony serve --port=8000 + command: docker ps && sleep 2 && ./bin/console sales-channel:update:domain $(gp url 8000 | awk -F[/:] '{print $4}') && symfony serve --port=8000 ports: - port: 8000