Skip to content

Commit f361013

Browse files
committed
remove reference to /styles
1 parent a2290d9 commit f361013

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

web-integrations/google-secure-signals/client-side/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ RUN apk add --no-cache gettext
66
# Copy static files from client-side directory
77
COPY 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
1310
COPY default.conf /etc/nginx/conf.d/default.conf
1411
COPY entrypoint.sh /entrypoint.sh

web-integrations/javascript-sdk/client-side/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ RUN apk add --no-cache gettext
66
# Copy static files from client-side directory
77
COPY 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
1310
COPY default.conf /etc/nginx/conf.d/default.conf
1411
COPY entrypoint.sh /entrypoint.sh

web-integrations/prebid-integrations/client-side/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ RUN apk add --no-cache gettext
77
COPY client-side/app.css /usr/share/nginx/html/
88
COPY 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
1411
COPY client-side/default.conf /etc/nginx/conf.d/default.conf
1512
COPY client-side/index.html /usr/share/nginx/html/index.template.html

web-integrations/prebid-secure-signals/client-side/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ COPY client-side/ads.css /usr/share/nginx/html/
99
COPY client-side/ads.js /usr/share/nginx/html/
1010
COPY 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
1613
COPY client-side/default.conf /etc/nginx/conf.d/default.conf
1714
COPY client-side/index.html /usr/share/nginx/html/index.template.html

0 commit comments

Comments
 (0)