diff --git a/Dockerfile b/Dockerfile index 7ca5000f0..5e67532a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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