From 17e268b734d2a702e594014706ff7eb82d86c977 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:41:02 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22992a1..baa0f76 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 bash /tmp/ps-extractor.sh /tmp/data-ps RUN rm /tmp/prestashop.zip -- GitLab