0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

🔥 Remove unused lines from manage.sh script.

This commit is contained in:
Andrey Antukh 2020-08-19 11:19:52 +02:00
parent 6f90abbf52
commit 3789adde80

View file

@ -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
}