mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🔥 Remove unused lines from manage.sh script.
This commit is contained in:
@@ -55,12 +55,6 @@ 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_PUBLIC_URI=${UXBOX_PUBLIC_URI} \
|
||||
-e UXBOX_GOOGLE_CLIENT_ID=${UXBOX_GOOGLE_CLIENT_ID} \
|
||||
-e UXBOX_DEMO_WARNING=${UXBOX_DEMO_WARNING} \
|
||||
-e UXBOX_DEPLOY_DATE=${UXBOX_DEPLOY_DATE} \
|
||||
-e UXBOX_DEPLOY_COMMIT=${UXBOX_DEPLOY_COMMIT} \
|
||||
-e UXBOX_THEME=${UXBOX_THEME} \
|
||||
$IMAGE ./scripts/build-app.sh
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user