SI-2510 Information Disclosure / Proxy entfernt
diff --git a/projects/grid-failure-information-web-cache/DockerfileWebCache b/projects/grid-failure-information-web-cache/DockerfileWebCache
index 838d289..b1799b3 100644
--- a/projects/grid-failure-information-web-cache/DockerfileWebCache
+++ b/projects/grid-failure-information-web-cache/DockerfileWebCache
@@ -18,10 +18,6 @@
 # set working directory
 WORKDIR /app
 
-# SET NPM PROXY
-RUN npm config set proxy http://webproxy3.pta.de:8080
-RUN npm config set https-proxy http://webproxy3.pta.de:8080
-
 # INSTALL AND CACHE APP DEPENDENCIES
 COPY package.json /app/package.json
 RUN npm install