mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
6 lines
79 B
Bash
Executable file
6 lines
79 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
usermod -u ${EXTERNAL_UID:-1000} penpot
|
|
|
|
exec "$@"
|