mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 09:08:58 +02:00
🚧 More work on build config.
This commit is contained in:
parent
b26480ba6e
commit
8fac45e60a
2 changed files with 3 additions and 8 deletions
|
@ -55,7 +55,7 @@ function build-frontend {
|
|||
--mount source=`pwd`,type=bind,target=/home/uxbox/uxbox \
|
||||
--mount source=${HOME}/.m2,type=bind,target=/home/uxbox/.m2 \
|
||||
-w /home/uxbox/uxbox/frontend \
|
||||
-e UXBOX_BACKEND_URL=${UXBOX_BACKEND_URL} \
|
||||
-e UXBOX_PUBLIC_URL=${UXBOX_PUBLIC_URL} \
|
||||
-e UXBOX_DEMO_WARNING=${UXBOX_DEMO_WARNING} \
|
||||
$IMAGE ./scripts/build-app.sh
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue