| commit | 36e9315fada1d35e5c4286ac0677d0de19d246d8 | [log] [tgz] |
|---|---|---|
| author | Simon Reis <simon.reis@pta.de> | Mon Oct 12 16:45:31 2020 +0200 |
| committer | Simon Reis <simon.reis@pta.de> | Mon Oct 12 16:45:31 2020 +0200 |
| tree | 7f67ff95c4027d198992e4c962fd5689dd53981d | |
| parent | f7410445a681e9fb533352a957ae12b19ce6f979 [diff] |
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