From fdc0247cf7b8a80277a60eb3a627124d17ada8e4 Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 3 Mar 2022 08:57:13 -0600 Subject: [PATCH] chore: fix command --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 1d5eacd25f..d2e0494965 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,5 @@ tasks: - - init: docker-compose pull + - init: docker-compose pull && docker-compose build command: | docker-compose up -d