updated dockerfiles

This commit is contained in:
Jakob Krause
2018-04-18 17:40:37 +02:00
parent ea9d7718bc
commit 3aacc5fd5d
2 changed files with 6 additions and 5 deletions

4
docker_start.sh Normal file → Executable file
View File

@@ -14,8 +14,8 @@ else
-p $PORT:$PORT \
-v `pwd`:/home/$username/image_processing \
-d \
--name image_processing_ss16_container \
image_processing_ss16"
--name image_processing_ss18_container \
image_processing_ss18"
echo "$CMD"
$CMD
fi