mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 12:21:38 +02:00
5 lines
86 B
Bash
5 lines
86 B
Bash
#!/usr/bin/env zsh
|
|
set -e
|
|
echo "UXBOX Docker entrypoint initialization..."
|
|
|
|
exec "$@"
|