diff --git a/src/components/dashboard/NavBar.tsx b/src/components/dashboard/NavBar.tsx index 1f36879e..ebde0702 100644 --- a/src/components/dashboard/NavBar.tsx +++ b/src/components/dashboard/NavBar.tsx @@ -335,10 +335,15 @@ export const NavBar: React.FC = ({
docker-compose down
+
+ # Remove existing backend and frontend images +
+ docker rmi getmaxun/maxun-frontend:latest getmaxun/maxun-backend:latest +

# pull latest docker images
- docker-compose pull + docker-compose pull backend frontend

# start maxun