mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
🔥 Remove unused lines from manage.sh script.
This commit is contained in:
parent
6f90abbf52
commit
3789adde80
1 changed files with 0 additions and 6 deletions
|
@ -55,12 +55,6 @@ 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_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
|
$IMAGE ./scripts/build-app.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue