RUN npm config set https-proxy http://proxy.company.com:8080
The above line is for the NodeJs format in the Docker File
I am looking for an alternative to the above syntax in Python
ENV https-proxy http://proxy.company.com:8080
Will this work ?