mirror of
https://github.com/penpot/penpot.git
synced 2025-04-29 23:06:20 +02:00
🐛 Restore uid assignation on devenv entrypoint
This commit is contained in:
parent
774e11c827
commit
edfcac3d5c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
# usermod -u ${EXTERNAL_UID:-1000} penpot
|
||||
usermod -u ${EXTERNAL_UID:-1000} penpot
|
||||
|
||||
exec "$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue