mirror of
https://github.com/penpot/penpot.git
synced 2026-03-11 21:06:48 +00:00
7 lines
79 B
Bash
Executable File
7 lines
79 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
usermod -u ${EXTERNAL_UID:-1000} penpot
|
|
|
|
exec "$@"
|