0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-26 00:19:07 -05:00
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 "$@"