#!/bin/bash set -euo pipefail docker build . --network host -t jeancloud/backup-to-nextcloud docker push jeancloud/backup-to-nextcloud