dockerfiles/archivebox/entrypoint.sh

6 lines
49 B
Bash
Raw Normal View History

2021-02-23 16:34:34 +01:00
#!/bin/sh
archivebox init
exec archivebox "$@"