verbanote-server/docker/docker-entrypoint.sh
2023-08-20 12:31:49 +02:00

6 lines
43 B
Bash

#!/usr/bin/env sh
#
set -e
eval "exec $@"