mirror of
https://github.com/penpot/penpot.git
synced 2026-03-03 00:33:44 +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 "$@"
|