Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #935 from blockstack/hotfix/corsproxy-https-windows
Browse files Browse the repository at this point in the history
Change to using corsproxy-https in the docker distributions
  • Loading branch information
larrysalibra authored Oct 18, 2017
2 parents 8057b97 + 5487528 commit a6d723b
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 @@ -11,7 +11,7 @@ RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
RUN apt-get update && apt-get install -y nodejs

# Install cors-proxy
RUN npm install -g corsproxy
RUN npm install -g corsproxy-https

# Alias the cors-proxy
RUN ln /usr/bin/corsproxy /usr/bin/blockstack-cors-proxy
Expand Down

0 comments on commit a6d723b

Please sign in to comment.