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

Update Dockerfile

parent 91e887e4
No related branches found
No related tags found
No related merge requests found
Pipeline #755288 failed
......@@ -16,6 +16,6 @@ RUN ls /tmp/prestashop.zip
RUN mkdir -p /tmp/data-ps
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 mv /tmp/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