mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Restore uid assignation on devenv entrypoint
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
# usermod -u ${EXTERNAL_UID:-1000} penpot
|
||||
usermod -u ${EXTERNAL_UID:-1000} penpot
|
||||
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user