From 0ff45f8f7797e07d9abd62f474cd54b0794ada06 Mon Sep 17 00:00:00 2001
From: Lluis Gifre <lluis.gifre@cttc.es>
Date: Fri, 15 Jul 2022 20:30:40 +0200
Subject: [PATCH] Updated Compute Dockerfile

---
 src/compute/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/compute/Dockerfile b/src/compute/Dockerfile
index ea1f5f63a..bdc07584c 100644
--- a/src/compute/Dockerfile
+++ b/src/compute/Dockerfile
@@ -61,6 +61,7 @@ RUN pip-compile --quiet --output-file=requirements.txt requirements.in
 RUN python3 -m pip install -r requirements.txt
 
 # Add component files into working directory
+WORKDIR /var/teraflow
 COPY src/compute/. compute/
 COPY src/context/. context/
 COPY src/service/. service/
-- 
GitLab