diff --git a/backup/make_image.sh b/backup/make_image.sh new file mode 100644 index 0000000..1bd4a94 --- /dev/null +++ b/backup/make_image.sh @@ -0,0 +1,2 @@ +docker build --network host -t backup_image . +