🐛 Restore uid assignation on devenv entrypoint

This commit is contained in:
Andrey Antukh 2025-04-09 13:11:12 +02:00
parent 774e11c827
commit edfcac3d5c

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
# usermod -u ${EXTERNAL_UID:-1000} penpot
usermod -u ${EXTERNAL_UID:-1000} penpot
exec "$@"