mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 17:06:13 +02:00
5 lines
90 B
Bash
5 lines
90 B
Bash
#!/usr/bin/env zsh
|
|
set -e
|
|
echo "UXBOX Docker Dev entrypoint initialization..."
|
|
|
|
exec "$@"
|