mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 18:28:24 +02:00
📎 Update devenv entrypoint
This commit is contained in:
parent
e54f213b3f
commit
b81ffa422f
2 changed files with 5 additions and 8 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
export PATH=/usr/lib/jvm/openjdk/bin:/usr/local/nodejs/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
|
||||
|
||||
source /usr/local/emsdk/emsdk_env.sh;
|
||||
source /usr/local/cargo/env
|
||||
|
||||
export JAVA_OPTS=${JAVA_OPTS:-"-Xmx1000m -Xms200m"};
|
||||
|
||||
set -e
|
||||
usermod -u ${EXTERNAL_UID:-1000} penpot
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue