#!/bin/bash docker build -t debmirror:latest -f Dockerfile.deb . docker run -v "$(pwd)/data/deb":/data debmirror:latest