mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 14:12:36 -05:00
🐛 Fix missing storybook env variable for building
This commit is contained in:
parent
f8cbe1dfbf
commit
f5a8c806d9
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ 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 BUILD_STORYBOOK=$BUILD_STORYBOOK \
|
||||||
-e SHADOWCLJS_EXTRA_PARAMS=$SHADOWCLJS_EXTRA_PARAMS \
|
-e SHADOWCLJS_EXTRA_PARAMS=$SHADOWCLJS_EXTRA_PARAMS \
|
||||||
-w /home/penpot/penpot/$1 \
|
-w /home/penpot/penpot/$1 \
|
||||||
$DEVENV_IMGNAME:latest sudo -EH -u penpot ./scripts/build $version
|
$DEVENV_IMGNAME:latest sudo -EH -u penpot ./scripts/build $version
|
||||||
|
|
Loading…
Add table
Reference in a new issue