From efe071aedc5c4b9f6382448d19c7a73226ee5755 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Tue, 3 Jan 2023 21:22:36 +0330 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index f861a8c..f8d40f6 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,7 +3,10 @@ image: tasks: - name: Start containers - command: docker-compose -f "./deployments/docker-compose/infrastracture.yaml" up -d --build + init: | + docker-compose pull + - command: | + docker-compose -f ./deployments/docker-compose/infrastracture.yaml up -d - name: Restore & Build init: | dotnet dev-certs https @@ -15,3 +18,4 @@ tasks: vscode: extensions: - muhammad-sammy.csharp + - ms-azuretools.vscode-docker