From e62936f7814554d1cc7e643ac047fa3fc0cdec05 Mon Sep 17 00:00:00 2001 From: Antoine Niek Date: Thu, 5 Dec 2024 10:07:45 -0500 Subject: [PATCH] Fix build regression --- demos/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/demos/Dockerfile b/demos/Dockerfile index f5bdd38d..0c1b111c 100644 --- a/demos/Dockerfile +++ b/demos/Dockerfile @@ -5,7 +5,6 @@ COPY --chmod=0444 ./vanilla/targeting/gam360.html ./vanilla/targeting/gam360.htm COPY --chmod=0444 ./vanilla/targeting/gam360-cached.html ./vanilla/targeting/gam360-cached.html COPY --chmod=0444 ./vanilla/targeting/prebid.html ./vanilla/targeting/prebid.html COPY --chmod=0444 ./vanilla/targeting/prebid.js ./vanilla/targeting/prebid.js -COPY --chmod=0444 ./integration/prebid.js ./integration/prebid.js COPY --chmod=0444 ./vanilla/identify.html ./vanilla/identify.html COPY --chmod=0444 ./vanilla/profile.html ./vanilla/profile.html COPY --chmod=0444 ./vanilla/witness.html ./vanilla/witness.html