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

Update Dockerfile

parent 2295078e
No related branches found
No related tags found
No related merge requests found
Pipeline #755143 failed
......@@ -7,7 +7,7 @@ ENV PS_VERSION 8.0.0
# ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0/prestashop_8.0.0.zip /tmp/prestashop.zip
ADD https://gitlab.labranet.jamk.fi/testautomation-examples/presta-shop-demo/-/archive/main/presta-shop-demo-main.zip /tmp/prestashop.zip
RUN ls /tmp
RUN mkdir -p /tmp/data-ps \
&& gunzip -q /tmp/prestashop.zip -d /tmp/data-ps/ \
&& bash /tmp/ps-extractor.sh /tmp/data-ps \
......
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