File tree Expand file tree Collapse file tree 4 files changed +0
-12
lines changed
google-secure-signals/client-side
javascript-sdk/client-side
prebid-integrations/client-side
prebid-secure-signals/client-side Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ RUN apk add --no-cache gettext
66# Copy static files from client-side directory
77COPY html /usr/share/nginx/html/
88
9- # Copy shared styles folder
10- COPY web-integrations/styles /usr/share/nginx/html/styles/
11-
129# Copy config and entrypoint
1310COPY default.conf /etc/nginx/conf.d/default.conf
1411COPY entrypoint.sh /entrypoint.sh
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ RUN apk add --no-cache gettext
66# Copy static files from client-side directory
77COPY html /usr/share/nginx/html/
88
9- # Copy shared styles folder
10- COPY web-integrations/styles /usr/share/nginx/html/styles/
11-
129# Copy config and entrypoint
1310COPY default.conf /etc/nginx/conf.d/default.conf
1411COPY entrypoint.sh /entrypoint.sh
Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ RUN apk add --no-cache gettext
77COPY client-side/app.css /usr/share/nginx/html/
88COPY prebid.js /usr/share/nginx/html/
99
10- # Copy shared styles folder
11- COPY web-integrations/styles /usr/share/nginx/html/styles/
12-
1310# Copy config and HTML
1411COPY client-side/default.conf /etc/nginx/conf.d/default.conf
1512COPY client-side/index.html /usr/share/nginx/html/index.template.html
Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ COPY client-side/ads.css /usr/share/nginx/html/
99COPY client-side/ads.js /usr/share/nginx/html/
1010COPY prebid.js /usr/share/nginx/html/
1111
12- # Copy shared styles folder
13- COPY web-integrations/styles /usr/share/nginx/html/styles/
14-
1512# Copy config and HTML template
1613COPY client-side/default.conf /etc/nginx/conf.d/default.conf
1714COPY client-side/index.html /usr/share/nginx/html/index.template.html
You can’t perform that action at this time.
0 commit comments