From 2813e977686f59c7e4cd034a68dda1fa64a870ec Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Tue, 1 Oct 2024 15:31:46 +0200 Subject: [PATCH] updated export --- docker/shared_data/vio/export_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/shared_data/vio/export_image.sh b/docker/shared_data/vio/export_image.sh index 54eacb2..1fdc67c 100755 --- a/docker/shared_data/vio/export_image.sh +++ b/docker/shared_data/vio/export_image.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker save fly4future/robofly:shared_data_vio --output ~/tmp/shared_data_vio.tar +docker save fly4future/robofly:shared_data_vio --output ~/docker/shared_data_vio.tar