From 81cf6d4a9e5fe9b316f71e32e249e39d42b574d5 Mon Sep 17 00:00:00 2001 From: Dunsin Date: Sat, 13 Jul 2024 08:43:16 +0000 Subject: [PATCH] chore: fix command for running backend --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index b011dc00..c530d967 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -9,4 +9,4 @@ tasks: init: cd server && npm i command: | echo "MongoDB_URL=mongodb://username:password@localhost:27018/" > .env - npm start \ No newline at end of file + npm run dev:docker \ No newline at end of file