Skip to content

Commit ca940e9

Browse files
authored
Fix docker html ctx segments demo (#296)
1 parent 07de08e commit ca940e9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

demos/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ COPY --chmod=0444 ./vanilla/targeting/gam360.html ./vanilla/targeting/gam360.htm
55
COPY --chmod=0444 ./vanilla/targeting/gam360-cached.html ./vanilla/targeting/gam360-cached.html
66
COPY --chmod=0444 ./vanilla/targeting/gam360-adcp.html ./vanilla/targeting/gam360-adcp.html
77
COPY --chmod=0444 ./vanilla/targeting/prebid.html ./vanilla/targeting/prebid.html
8+
COPY --chmod=0444 ./vanilla/targeting/ctx_segments.html ./vanilla/targeting/ctx_segments.html
89
COPY --chmod=0444 ./vanilla/targeting/prebid.js ./vanilla/targeting/prebid.js
910
COPY --chmod=0444 ./vanilla/identify.html ./vanilla/identify.html
1011
COPY --chmod=0444 ./vanilla/profile.html ./vanilla/profile.html
@@ -13,6 +14,7 @@ COPY --chmod=0444 ./vanilla/nocookies/targeting/gam360.html ./vanilla/nocookies/
1314
COPY --chmod=0444 ./vanilla/nocookies/targeting/gam360-cached.html ./vanilla/nocookies/targeting/gam360-cached.html
1415
COPY --chmod=0444 ./vanilla/nocookies/targeting/gam360-adcp.html ./vanilla/nocookies/targeting/gam360-adcp.html
1516
COPY --chmod=0444 ./vanilla/nocookies/targeting/prebid.html ./vanilla/nocookies/targeting/prebid.html
17+
COPY --chmod=0444 ./vanilla/nocookies/targeting/ctx_segments.html ./vanilla/nocookies/targeting/ctx_segments.html
1618
COPY --chmod=0444 ./vanilla/nocookies/targeting/prebid.js ./vanilla/nocookies/targeting/prebid.js
1719
COPY --chmod=0444 ./vanilla/nocookies/identify.html ./vanilla/nocookies/identify.html
1820
COPY --chmod=0444 ./vanilla/nocookies/profile.html ./vanilla/nocookies/profile.html

0 commit comments

Comments
 (0)