From e29bba9831204b72e3236d5f5225a6c6c8437693 Mon Sep 17 00:00:00 2001
From: Tomasz Walkowiak <tomasz.walkowiak@pwr.edu.pl>
Date: Sat, 11 Jul 2020 09:32:43 +0000
Subject: [PATCH] Update Dockerfile, adding CMD

---
 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 8b6a6d7..ecde047 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -61,3 +61,5 @@ RUN apt-get install  -y libboost-filesystem-dev liblog4cxx-dev libboost-regex-de
 
 COPY module/ /home/worker/
 
+
+CMD ["python3", "featfilt_worker.py"]
-- 
GitLab