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

Update Dockerfile

parent 20ef41c1
No related branches found
No related tags found
No related merge requests found
Pipeline #755287 failed
......@@ -14,6 +14,8 @@ 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/
# RUN bash /tmp/ps-extractor.sh /tmp/
# RUN rm /tmp/prestashop.zip
RUN unzip -q /tmp/prestashop.zip -d /tmp/
# Rename of original repository name
RUN mv /tmp/prestashop/presta-shop-demo-main /tmp/prestashop/prestashop
RUN bash /tmp/ps-extractor.sh /tmp/
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