0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

💄 Minor fixes on manage.sh

This commit is contained in:
Andrey Antukh 2020-12-02 17:06:07 +01:00
parent e165ca7c3b
commit 1f5050eb01

View file

@ -67,8 +67,9 @@ function build {
--mount source=${DEVENV_PNAME}_user_data,type=volume,target=/home/penpot/ \
--mount source=`pwd`,type=bind,target=/home/penpot/penpot \
-e EXTERNAL_UID=$CURRENT_USER_ID \
-e SHADOWCLJS_EXTRA_PARAMS=$SHADOWCLJS_EXTRA_PARAMS \
-w /home/penpot/penpot/$1 \
$DEVENV_IMGNAME:latest sudo -u penpot ./scripts/build.sh
$DEVENV_IMGNAME:latest sudo -EH -u penpot ./scripts/build.sh
}
function build-frontend {