This commit is contained in:
Your Name
2025-04-21 15:06:39 +12:00
parent a65fbe0bc5
commit b495554424
3 changed files with 241 additions and 233 deletions

View File

@ -32,8 +32,9 @@ if ! docker pull "$IMAGE_REGISTRY/$IMAGE_REPO:$IMAGE_TAG"; then
fi
echo "Successfully pulled the docker image from the registry"
# start the container
# remove and restart, as the env may have changed.
_stop_container $CONTAINER_NAME
_remove_container $CONTAINER_NAME
create_and_start_container || die "Failed to start container ${CONTAINER_NAME}"
echo "Installation complete"