Merge pull request #702 from getmaxun/oss-docker-upgrade

feat: image cleanup for docker upgrade process
This commit is contained in:
Karishma Shukla
2025-07-28 17:05:08 +05:30
committed by GitHub

View File

@@ -335,10 +335,15 @@ 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 />
docker-compose pull
docker-compose pull backend frontend
<br />
<br />
# start maxun