R/webservice-local.R
reload_local_webservice_assets.Rd
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)
webservice | The |
---|---|
wait | If |
None