mirror of
https://github.com/penpot/penpot.git
synced 2026-03-21 09:53:29 +00:00
6 lines
90 B
Bash
6 lines
90 B
Bash
#!/usr/bin/env zsh
|
|
set -e
|
|
echo "UXBOX Docker Dev entrypoint initialization..."
|
|
|
|
exec "$@"
|