mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
9 lines
210 B
Bash
Executable File
9 lines
210 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
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
|
|
|
|
set -e
|
|
usermod -u ${EXTERNAL_UID:-1000} penpot
|
|
|
|
exec "$@"
|