From b517d9488303354578458e09f678ba01776a1009 Mon Sep 17 00:00:00 2001
From: Tomasz Walkowiak <tomasz.walkowiak@pwr.edu.pl>
Date: Sat, 11 Jul 2020 18:08:05 +0000
Subject: [PATCH] Update Dockerfile

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

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