From 57c16ff2be3364f48fd23321f75f870831d2455e Mon Sep 17 00:00:00 2001 From: Antoine Niek Date: Thu, 29 May 2025 10:43:18 -0400 Subject: [PATCH] Fix demo docker image to include pair demo --- demos/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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