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

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index ca0606e..b7d7c9b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,6 +14,6 @@ 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 unzip -q /tmp/prestashop.zip -d /tmp/
+RUN bash /tmp/ps-extractor.sh /tmp/
 # RUN rm /tmp/prestashop.zip
-- 
GitLab