mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
white space changes
This commit is contained in:
parent
c1d011b142
commit
e06b0c9843
1 changed files with 12 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue