0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Force creating .m2 directory on the home when manage.sh run is executed.

This commit is contained in:
Andrey Antukh 2017-02-14 18:23:32 +01:00
parent f52d886b04
commit 276ad62f24
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -21,6 +21,8 @@ function run_image {
build_image
fi
mkdir -p $HOME/.m2
sudo docker run -ti \
-v `pwd`:/home/uxbox/uxbox \
-v $HOME/.m2:/home/uxbox/.m2 \