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

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

diff --git a/Dockerfile b/Dockerfile
index 69eecb3..22992a1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,5 +11,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 rm /tmp/prestashop.zip
+RUN bash /tmp/ps-extractor.sh /tmp/data-ps
+RUN rm /tmp/prestashop.zip
-- 
GitLab