diff --git a/src/compute/Dockerfile b/src/compute/Dockerfile
index 83e4fad35704dd8febb8aa627936d54c02e89f68..4eabaf9129536ede55638024a1f64fe94ee5b645 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 service/. service
 
 # Start compute service
 ENTRYPOINT ["python", "-m", "compute.service"]