mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
💄 Minor fixes on manage.sh
This commit is contained in:
parent
e165ca7c3b
commit
1f5050eb01
1 changed files with 2 additions and 1 deletions
|
@ -67,8 +67,9 @@ function build {
|
||||||
--mount source=${DEVENV_PNAME}_user_data,type=volume,target=/home/penpot/ \
|
--mount source=${DEVENV_PNAME}_user_data,type=volume,target=/home/penpot/ \
|
||||||
--mount source=`pwd`,type=bind,target=/home/penpot/penpot \
|
--mount source=`pwd`,type=bind,target=/home/penpot/penpot \
|
||||||
-e EXTERNAL_UID=$CURRENT_USER_ID \
|
-e EXTERNAL_UID=$CURRENT_USER_ID \
|
||||||
|
-e SHADOWCLJS_EXTRA_PARAMS=$SHADOWCLJS_EXTRA_PARAMS \
|
||||||
-w /home/penpot/penpot/$1 \
|
-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 {
|
function build-frontend {
|
||||||
|
|
Loading…
Add table
Reference in a new issue