X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fhttp-https-proxy%2FDockerfile;h=d7a78ad16158c635e57baf9dff30274a15a5440d;hb=09a330ba372e9400522fa38184b3c0ef536972d5;hp=e961500940df5d0b226ca4b1e1570926b7a4fbd1;hpb=45b7cbb815ec83ff50b3881ed5eb3799ee294925;p=nonrtric.git diff --git a/test/http-https-proxy/Dockerfile b/test/http-https-proxy/Dockerfile index e9615009..d7a78ad1 100644 --- a/test/http-https-proxy/Dockerfile +++ b/test/http-https-proxy/Dockerfile @@ -5,7 +5,9 @@ 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 +COPY cert/*.crt ./ COPY cert/pass . WORKDIR /usr/src/app