verbanote-server/docker/docker-entrypoint.sh

5 lines
49 B
Bash

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