Skip to content

ZornTaov/ZornCo

Repository files navigation

ZornCo MVC Website

To Update

First make sure your repository has the latest changes:

git pull

Stop and remove the running website image:

docker-compose down

Then rebuild the latest image for the website:

docker-compose build

Re-deploy the new image:

docker-compose up -d