From 3353bad8ffb91b78136f61be6fbdbffde3c015c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Fri, 18 Nov 2022 08:03:01 +0100 Subject: [PATCH] Apply suggestions from code review --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index dd4f40613..4c081dd27 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,7 +1,7 @@ tasks: - name: Run Appwrite Docker Stack init: | - git pull --recurse-submodules + git submodule update --init docker compose build docker compose pull docker pull composer