X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fhttp-https-proxy%2FDockerfile;h=7f0ef12b04c6ffec0413907cc74b8f75a99156a5;hb=073269a87bdbe3ef450d933d0e7e6a5f730c8b67;hp=1ae78f40b196cb79f9b9e4fea32549d4f7dea146;hpb=6c9c6a3a5c103a3b979e903c374dd299ce978f3a;p=nonrtric.git diff --git a/test/http-https-proxy/Dockerfile b/test/http-https-proxy/Dockerfile index 1ae78f40..7f0ef12b 100644 --- a/test/http-https-proxy/Dockerfile +++ b/test/http-https-proxy/Dockerfile @@ -5,10 +5,12 @@ FROM ${NEXUS_PROXY_REPO}node:16-alpine3.12 ENV NODE_ENV=production WORKDIR /usr/src/app/cert -COPY cert/*.crt ./ #Need trailing slash on dest for multiple file copy + +# Need trailing slash on dest for multiple file copy +COPY cert/*.crt ./ COPY cert/pass . WORKDIR /usr/src/app COPY http_proxy.js . -CMD [ "node", "http_proxy.js" ] \ No newline at end of file +CMD [ "node", "http_proxy.js" ]