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