penpot/docker/devenv/files/entrypoint.sh

5 lines
87 B
Bash

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