pacificclimate / scip-frontend

Salmon Climate Impacts Portal
GNU General Public License v3.0
1 stars 1 forks source link

Update Dockerfile #32

Closed Rishav1707 closed 1 year ago

Rishav1707 commented 1 year ago

This PR closes the following issue:

closes #31

Changes made:

Added these lines to the docker file before npm install

RUN npm config get proxy
RUN npm config rm proxy
RUN npm config rm https-proxy
Rishav1707 commented 1 year ago

Please review my changes @corviday

Rishav1707 commented 1 year ago

Please review my changes @corviday

??

corviday commented 1 year ago

We ended up fixing this a different way, but thank you for your efforts.