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