From 8ca651ccc437c31792eb2acdfc9ec0b18b34439b Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 13 Jan 2025 16:13:34 +0530 Subject: [PATCH] feat: remove additional step to get latest compose changes --- src/components/dashboard/NavBar.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/dashboard/NavBar.tsx b/src/components/dashboard/NavBar.tsx index 5f7ce6b3..663f6900 100644 --- a/src/components/dashboard/NavBar.tsx +++ b/src/components/dashboard/NavBar.tsx @@ -278,11 +278,6 @@ export const NavBar: React.FC = ({ docker-compose down

- # replace existing docker-compose file with new one by copy pasting the code from -
- Latest Docker Compose -
-
# pull latest docker images
docker-compose pull