frontail/docker-entrypoint.sh

6 lines
55 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
exec ./bin/frontail $@