0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00
penpot/docker/devenv/files/entrypoint.sh

9 lines
210 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2022-03-29 07:06:03 -05:00
export PATH=/usr/lib/jvm/openjdk/bin:/usr/local/nodejs/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
2021-03-25 03:05:32 -05:00
set -e
usermod -u ${EXTERNAL_UID:-1000} penpot
exec "$@"