Skip to content

Commit

Permalink
Merge pull request #10 from taylorsteiger-rad/updating-themekit-install
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrimaud committed Feb 3, 2021
2 parents 2b18155 + 2dd09b4 commit b877621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*

RUN python -m pip install six
RUN curl -s https://shopify.github.io/themekit/scripts/install.py | python
RUN curl -s https://raw.githubusercontent.com/Shopify/themekit/master/scripts/install.py | python

COPY "entrypoint.sh" "/entrypoint.sh"
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit b877621

Please sign in to comment.