- Build the docker file via
docker build -t "<dockerRegistryUrl>:<tag>" .
- Push the image to the registry
docker push -t "<dockerRegistryUrl>:<tag>" .
- Update the tag in the docker-compose.yml
- Restart the compose container
docker-compose up -d
docker build -t "<dockerRegistryUrl>:<tag>" .
docker push -t "<dockerRegistryUrl>:<tag>" .
docker-compose up -d