#!/bin/sh test "" = "$*" || { exec "$@"; } echo "running /entrypoint.py" exec /entrypoint.py