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:
parent
f52d886b04
commit
276ad62f24
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue