0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00
penpot/docker/devenv/files/entrypoint.sh
mathieu.brunot 06c830dd3c
💚 Change release command
Signed-off-by: mathieu.brunot <mb.mathieu.brunot@gmail.com>
2019-06-11 22:39:41 +02:00

5 lines
90 B
Bash

#!/usr/bin/env zsh
set -e
echo "UXBOX Docker Dev entrypoint initialization..."
exec "$@"