mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: GitLab Duo <gitlab-duo@gitlab.com>
This commit is contained in:
@@ -120,7 +120,7 @@ def uninstall_app(args: argparse.Namespace, install_path) -> int:
|
|||||||
subprocess.check_output(stop_path)
|
subprocess.check_output(stop_path)
|
||||||
|
|
||||||
# reset vols, networks
|
# reset vols, networks
|
||||||
subprocess.check_output(['docker', 'compose', f'-f {install_path}/docker-compose.yml', 'down', '-v'])
|
subprocess.check_output(['docker', 'compose', '-f', f'{install_path}/docker-compose.yml', 'down', '-v'])
|
||||||
|
|
||||||
if os.path.exists(install_path):
|
if os.path.exists(install_path):
|
||||||
shutil.rmtree(install_path)
|
shutil.rmtree(install_path)
|
||||||
|
|||||||
Reference in New Issue
Block a user