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

Commit

Permalink
simple change to using corsproxy-https in windows/linux docker distri…
Browse files Browse the repository at this point in the history
…butions
  • Loading branch information
kantai committed Oct 17, 2017
1 parent 8057b97 commit 5487528
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 5487528

Please sign in to comment.