diff --git a/Dockerfile b/Dockerfile
index fd0dd04ab99e435e8ffbc1d2de3fb7432d401c05..1b0e69b699c9909c9ab7da4b871e59da9270d084 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,7 +23,7 @@ RUN apt install -y nmap
 COPY install/cleanup.sh /tmp/install/
 RUN chmod +x /tmp/install/cleanup.sh && /tmp/install/cleanup.sh
 
-COPY run-cscan.sh configure.py config-example.json /service/
+COPY run-cscan.sh configure.py basic-config.json /service/
 RUN chmod +x /service/run-cscan.sh
 
 WORKDIR /service