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

Update Dockerfile

parent f6e5fe05
No related branches found
No related tags found
No related merge requests found
Pipeline #755136 failed
......@@ -4,7 +4,8 @@ LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"
ENV PS_VERSION 8.0.0
# Get PrestaShop
ADD https://github.com/PrestaShop/PrestaShop/releases/download/8.0.0/prestashop_8.0.0.zip /tmp/prestashop.zip
# 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
# Extract
RUN mkdir -p /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