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

Comment local build of docker develop image

This commit is contained in:
mathieu.brunot 2019-02-17 03:31:19 +01:00
parent 0e4f676047
commit 1e8fc410fd
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -14,7 +14,7 @@ function kill_container {
function build_image {
kill_container
echo "Building development image..."
sudo docker build --rm=true -t $IMGNAME:$REV docker/
#sudo docker build --rm=true -t $IMGNAME:$REV docker/
}
function run_image {
@ -32,7 +32,9 @@ function run_image {
-v `pwd`:/home/uxbox/uxbox \
-v $HOME/.m2:/home/uxbox/.m2 \
-v $HOME/.gitconfig:/home/uxbox/.gitconfig \
-p 3449:3449 -p 6060:6060 -p 9090:9090 $IMGNAME:$REV
-p 3449:3449 -p 6060:6060 -p 9090:9090
$IMGNAME:develop
#$IMGNAME:$REV
}
function test {