mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
06c830dd3c
Signed-off-by: mathieu.brunot <mb.mathieu.brunot@gmail.com>
5 lines
90 B
Bash
5 lines
90 B
Bash
#!/usr/bin/env zsh
|
|
set -e
|
|
echo "UXBOX Docker Dev entrypoint initialization..."
|
|
|
|
exec "$@"
|