0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 16:18:11 -05:00
penpot/docker/devenv/files/entrypoint.sh

6 lines
64 B
Bash
Raw Normal View History

#!/usr/bin/env zsh
source /home/uxbox/.zshrc
2019-07-03 17:49:15 +02:00
set -ex
exec "$@"