mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🔧 Fix wrong environment var on frontend build.
This commit is contained in:
@@ -55,7 +55,7 @@ function build-frontend {
|
|||||||
--mount source=`pwd`,type=bind,target=/home/uxbox/uxbox \
|
--mount source=`pwd`,type=bind,target=/home/uxbox/uxbox \
|
||||||
--mount source=${HOME}/.m2,type=bind,target=/home/uxbox/.m2 \
|
--mount source=${HOME}/.m2,type=bind,target=/home/uxbox/.m2 \
|
||||||
-w /home/uxbox/uxbox/frontend \
|
-w /home/uxbox/uxbox/frontend \
|
||||||
-e UXBOX_API_URL=${UXBOX_API_URL} \
|
-e UXBOX_BACKEND_URL=${UXBOX_BACKEND_URL} \
|
||||||
-e UXBOX_DEMO_WARNING=${UXBOX_DEMO_WARNING} \
|
-e UXBOX_DEMO_WARNING=${UXBOX_DEMO_WARNING} \
|
||||||
$IMAGE ./scripts/build-app.sh
|
$IMAGE ./scripts/build-app.sh
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user