From 12c7f48d40d0f533c5556eeae14b68d1a382a0d7 Mon Sep 17 00:00:00 2001
From: Tomasz Walkowiak <tomasz.walkowiak@pwr.edu.pl>
Date: Sat, 11 Jul 2020 12:18:29 +0000
Subject: [PATCH] Update Dockerfile, bug in python version

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index ecde047..25f0273 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -62,4 +62,4 @@ RUN apt-get install  -y libboost-filesystem-dev liblog4cxx-dev libboost-regex-de
 COPY module/ /home/worker/
 
 
-CMD ["python3", "featfilt_worker.py"]
+CMD ["python2", "featfilt_worker.py"]
-- 
GitLab