diff --git a/demos/Dockerfile b/demos/Dockerfile index 0c1b111..8789e42 100644 --- a/demos/Dockerfile +++ b/demos/Dockerfile @@ -17,6 +17,8 @@ COPY --chmod=0444 ./vanilla/nocookies/profile.html ./vanilla/nocookies/profile.h COPY --chmod=0444 ./vanilla/nocookies/witness.html ./vanilla/nocookies/witness.html COPY --chmod=0444 ./vanilla/uid2_token/index.html ./vanilla/uid2_token/index.html COPY --chmod=0444 ./vanilla/uid2_token/login.html ./vanilla/uid2_token/login.html +COPY --chmod=0444 ./vanilla/pair/index.html ./vanilla/pair/index.html +COPY --chmod=0444 ./vanilla/pair/prebid.js ./vanilla/pair/prebid.js COPY --chmod=0444 ./react/dist/ ./react/dist/ COPY --chmod=0444 ./index.html ./index.html COPY --chmod=0444 ./index-nocookies.html ./index-nocookies.html