0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00
penpot/docker/devenv/files/entrypoint.sh
2024-11-14 17:23:45 +01:00

6 lines
79 B
Bash
Executable file

#!/usr/bin/env bash
set -e
usermod -u ${EXTERNAL_UID:-1000} penpot
exec "$@"