diff --git a/src/compute/Dockerfile b/src/compute/Dockerfile index 4eabaf9129536ede55638024a1f64fe94ee5b645..99d4e3ed1adc8a688874f3291f4891112543b3ff 100644 --- a/src/compute/Dockerfile +++ b/src/compute/Dockerfile @@ -30,6 +30,7 @@ RUN python3 -m pip install -r compute/requirements.in # Add files into working directory COPY common/. common COPY compute/. compute +COPY context/. context COPY service/. service # Start compute service