From 4f7696e003b0cbb9f7208e906eb1b0ee52b4bd1a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marko=20Rintam=C3=A4ki?= <marko.rintamaki@jamk.fi>
Date: Tue, 2 Apr 2024 16:02:41 +0300
Subject: [PATCH] Update Dockerfile

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

diff --git a/Dockerfile b/Dockerfile
index 98c5363..acee6aa 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,5 +15,5 @@ ADD https://gitlab.labranet.jamk.fi/testautomation-examples/presta-shop-demo/-/a
 RUN ls /tmp/prestashop.zip
 RUN mkdir -p /tmp/data-ps 
 RUN unzip -q /tmp/prestashop.zip -d /tmp/data-ps/
-RUN bash /tmp/ps-extractor.sh /tmp/data-ps
+# RUN bash /tmp/ps-extractor.sh /tmp/data-ps
 RUN rm /tmp/prestashop.zip
-- 
GitLab