From e06b0c984339e38da9f37d4acd0499a8c9fefe4b Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sat, 30 Jun 2018 11:55:19 +0200 Subject: [PATCH] white space changes --- packaging/docker/CMakeLists.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packaging/docker/CMakeLists.txt b/packaging/docker/CMakeLists.txt index 72de0defc..15d14e529 100644 --- a/packaging/docker/CMakeLists.txt +++ b/packaging/docker/CMakeLists.txt @@ -23,7 +23,18 @@ set(DOCKER_FILE Dockerfile) set(DOCKER_IMAGE villas/node) set(DOCKER_TAG ${GIT_BRANCH}) -set(DOCKER_RUN_OPTS --interactive --tty --publish 80:80 --publish 443:443 --publish 12000:12000/udp --publish 12001:12001/udp --privileged --security-opt seccomp:unconfined --volume \"${CMAKE_SOURCE_DIR}:/villas\") +set(DOCKER_RUN_OPTS + --interactive + --tty + --publish 80:80 + --publish 443:443 + --publish 12000:12000/udp + --publish 12001:12001/udp + --publish 2345:2345 + --privileged + --security-opt seccomp:unconfined + --volume \"${CMAKE_SOURCE_DIR}:/villas\" +) foreach(SUFFIX app dev dev-centos dev-ubuntu) add_custom_target(deploy-docker-${SUFFIX}