docker-ubuntumirror/mirror.run

6 lines
77 B
Bash

#!/bin/bash
cd /opt/mirror && make
sleep ${MIRROR_INTERVAL_SECONDS:-43200}