dockerfiles/archivebox/entrypoint.sh

6 lines
49 B
Bash

#!/bin/sh
archivebox init
exec archivebox "$@"