diff --git a/src/components/dashboard/NavBar.tsx b/src/components/dashboard/NavBar.tsx index aaa5c9f8..ebde0702 100644 --- a/src/components/dashboard/NavBar.tsx +++ b/src/components/dashboard/NavBar.tsx @@ -335,6 +335,11 @@ 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