Skip to content
Snippets Groups Projects
Commit ee132d1d authored by Marko Rintamäki's avatar Marko Rintamäki
Browse files

Update Dockerfile

parent bc430a2d
No related branches found
No related tags found
No related merge requests found
Pipeline #755178 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment