commit 6fe5826cd5e5699ad91bef3059400633c619fe41 parent 47aedc7f65f88410cb64df10cfdac484cf15c39c Author: Marcel <MTRNord@users.noreply.github.com> Date: Fri, 7 Oct 2016 19:35:50 +0200 Update Dockerfile Diffstat:
| M | Dockerfile | | | 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