Files
repomirror/deb-mirror.sh

6 lines
122 B
Bash
Executable File

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