penpot/docker/devenv/files/entrypoint.sh
2020-07-03 16:29:26 +02:00

5 lines
64 B
Bash

#!/usr/bin/env zsh
source /home/uxbox/.zshrc
set -ex
exec "$@"