mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01: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 "$@"
|