From 46114c167728bf41b3640e4ae7750ff59d5cea38 Mon Sep 17 00:00:00 2001 From: bjoern Date: Thu, 18 Feb 2016 18:17:38 +0100 Subject: added missing newline at the end --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 97d3692..90cd4b3 100755 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # -p 17000:17000 -p 17001:17001 -p 17002:17002 -p 18000:18000 --name=voctocore local/voctomix core # ## test sources -# docker run -it --rm --name=cam1 --link=voctocore:corehost local/voctomix ./gstreamer/source-videotestsrc-as-cam1.sh +# docker run -it --rm --name=cam1 --link=voctocore:corehost local/voctomix gstreamer/source-videotestsrc-as-cam1.sh # docker run -it --rm --name=bg --link=voctocore:corehost local/voctomix gstreamer/source-videotestsrc-as-background-loop.sh# # ## gui @@ -56,4 +56,4 @@ RUN sed -i 's/localhost/corehost/g' voctogui/default-config.ini ;\ find /opt/voctomix/example-scripts/ -type f -exec sed -i 's/localhost/corehost/g' {} \; ENTRYPOINT ["/opt/voctomix/docker-ep.sh"] -CMD ["help"] \ No newline at end of file +CMD ["help"] -- cgit v1.2.3