From 5b2bdcc24097217e4d55cbb15032e79b13b066f0 Mon Sep 17 00:00:00 2001
From: Peter Vennemann <pv238554@fh-muenster.de>
Date: Tue, 28 May 2024 14:10:42 +0000
Subject: [PATCH] Update file Dockerfile

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 1c5018d..1090d9f 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
-- 
GitLab