...
Code Block |
---|
{ "proxies": { "default": { "httpProxy": "http://proxy.fiz-karlsruhe.de:8888", "httpsProxy": "http://proxy.fiz-karlsruhe.de:8888", "noProxy": "*.test.example.com,.example2.com,127.0.0.0/8" } } } |
Build + Run:
Also Refer to https://dev.fiz-karlsruhe.de/stash/projects/APD/repos/ise-apd-classification/browse
Code Block | ||
---|---|---|
| ||
cd /data/ddb/tools/ise-apd-classification
docker build -t apdweimar:latest . |