projectstreet-detection-docker

Docker for detecting streets. (WIP)
git clone git://archive.git.mtrnord.blog/Nordgedanken/projectstreet-detection-docker.git
Log | Files | Refs | README

commit 6fe5826cd5e5699ad91bef3059400633c619fe41
parent 47aedc7f65f88410cb64df10cfdac484cf15c39c
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Fri,  7 Oct 2016 19:35:50 +0200

Update Dockerfile
Diffstat:
MDockerfile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -3,4 +3,6 @@ FROM mtrnord/opencv:latest MAINTAINER MTRNord <info@nordgedanken.de> RUN apt-get install -y cron +COPY scripts/ PStreet +WORKDIR PStreet CMD cron