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

Update Dockerfile

parent 07523a40
No related branches found
No related tags found
No related merge requests found
Pipeline #755174 failed
...@@ -11,7 +11,7 @@ ADD https://gitlab.labranet.jamk.fi/testautomation-examples/presta-shop-demo/-/a ...@@ -11,7 +11,7 @@ ADD https://gitlab.labranet.jamk.fi/testautomation-examples/presta-shop-demo/-/a
# Extract # Extract
RUN /tmp/prestashop.zip RUN ls /tmp/prestashop.zip
RUN mkdir -p /tmp/data-ps RUN mkdir -p /tmp/data-ps
RUN unzip -q /tmp/prestashop.zip -d /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
......
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