mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
Force creating .m2 directory on the home when manage.sh run is executed.
This commit is contained in:
parent
f52d886b04
commit
276ad62f24
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ function run_image {
|
||||||
build_image
|
build_image
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mkdir -p $HOME/.m2
|
||||||
|
|
||||||
sudo docker run -ti \
|
sudo docker run -ti \
|
||||||
-v `pwd`:/home/uxbox/uxbox \
|
-v `pwd`:/home/uxbox/uxbox \
|
||||||
-v $HOME/.m2:/home/uxbox/.m2 \
|
-v $HOME/.m2:/home/uxbox/.m2 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue