diff --git a/Dockerfile b/Dockerfile
index 6b7d43c118f9c7c662d05db0becd1eab27bec89c..1c5018d906184eb3623f5d7863aa6ff6133951de 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -46,7 +46,7 @@ RUN pip install paho-mqtt
 RUN pip install openpivgui
 # Install ASDA -> für Wirbeldetektion
 RUN git clone https://github.com/PyDL/ASDA
-WORKDIR ./ASDA
+WORKDIR "./ASDA"
 RUN pip install .
 
 # Seaborn