penpot/docker/devenv/files/entrypoint.sh

6 lines
90 B
Bash

#!/usr/bin/env zsh
set -e
echo "UXBOX Docker Dev entrypoint initialization..."
exec "$@"