This restarts the service's container with copies of updated assets,
including the entry script and local dependencies, but it does not
rebuild the underlying image. Accordingly, changes to the environment
will not be reflected in the reloaded local web service. To handle those
changes call update_local_webservice()
instead.
reload_local_webservice_assets(webservice, wait = FALSE)
The LocalWebservice
object.
If TRUE
, wait for the service's container to reach a
healthy state. Defaults to FALSE
.
None