feat: -rm existing be & fe images

This commit is contained in:
amhsirak
2025-07-21 19:45:59 +05:30
parent 9d209d4216
commit 276ca85b35

View File

@@ -335,6 +335,11 @@ export const NavBar: React.FC<NavBarProps> = ({
<br />
docker-compose down
<br />
<br />
# Remove existing backend and frontend images
<br />
docker rmi getmaxun/maxun-frontend:latest getmaxun/maxun-backend:latest
<br />
<br />
# pull latest docker images
<br />