diff --git a/DockerFiles/ubuntu_16.04/build_labelme_image.sh b/DockerFiles/ubuntu_16.04/build_labelme_image.sh old mode 100644 new mode 100755 diff --git a/DockerFiles/ubuntu_16.04/start_labelme_container.sh b/DockerFiles/ubuntu_16.04/start_labelme_container.sh old mode 100644 new mode 100755 index 0142d501..3bcfb967 --- a/DockerFiles/ubuntu_16.04/start_labelme_container.sh +++ b/DockerFiles/ubuntu_16.04/start_labelme_container.sh @@ -1,6 +1,8 @@ #!/bin/bash docker run \ +--mount type=bind,source="$(pwd)"/../../Annotations,target=/var/www/html/LabelMeAnnotationTool/Annotations \ +--mount type=bind,source="$(pwd)"/../../Images,target=/var/www/html/LabelMeAnnotationTool/Images \ --name labelme \ -p 8080:80 \ -d \