From f2548f7a5c36b289552a807b671d861b11357841 Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Sat, 8 Aug 2020 00:01:38 +0530
Subject: Commenting tests

---
 Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 32fbc30..3fe8f11 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -34,9 +34,9 @@ RUN ./run_all_tests.sh
 #WORKDIR /
 
 # scripts
-WORKDIR /src
-COPY scripts/ scripts/
-RUN chmod +x /src/scripts/main.sh
+#WORKDIR /src
+#COPY scripts/ scripts/
+#RUN chmod +x /src/scripts/main.sh
 RUN python3 -m pip install untangle tabulate
 
 
-- 
cgit v1.2.3