Merge pull request #702 from getmaxun/oss-docker-upgrade
feat: image cleanup for docker upgrade process
This commit is contained in:
@@ -335,10 +335,15 @@ export const NavBar: React.FC<NavBarProps> = ({
|
|||||||
<br />
|
<br />
|
||||||
docker-compose down
|
docker-compose down
|
||||||
<br />
|
<br />
|
||||||
|
<br />
|
||||||
|
# Remove existing backend and frontend images
|
||||||
|
<br />
|
||||||
|
docker rmi getmaxun/maxun-frontend:latest getmaxun/maxun-backend:latest
|
||||||
|
<br />
|
||||||
<br />
|
<br />
|
||||||
# pull latest docker images
|
# pull latest docker images
|
||||||
<br />
|
<br />
|
||||||
docker-compose pull
|
docker-compose pull backend frontend
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
# start maxun
|
# start maxun
|
||||||
|
|||||||
Reference in New Issue
Block a user