Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions web-integrations/google-secure-signals/client-side/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ RUN apk add --no-cache gettext
# Copy static files from client-side directory
COPY html /usr/share/nginx/html/

# Copy shared styles folder
COPY web-integrations/styles /usr/share/nginx/html/styles/

# Copy config and entrypoint
COPY default.conf /etc/nginx/conf.d/default.conf
COPY entrypoint.sh /entrypoint.sh
Expand Down
3 changes: 0 additions & 3 deletions web-integrations/javascript-sdk/client-side/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ RUN apk add --no-cache gettext
# Copy static files from client-side directory
COPY html /usr/share/nginx/html/

# Copy shared styles folder
COPY web-integrations/styles /usr/share/nginx/html/styles/

# Copy config and entrypoint
COPY default.conf /etc/nginx/conf.d/default.conf
COPY entrypoint.sh /entrypoint.sh
Expand Down
3 changes: 0 additions & 3 deletions web-integrations/prebid-integrations/client-side/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ RUN apk add --no-cache gettext
COPY client-side/app.css /usr/share/nginx/html/
COPY prebid.js /usr/share/nginx/html/

# Copy shared styles folder
COPY web-integrations/styles /usr/share/nginx/html/styles/

# Copy config and HTML
COPY client-side/default.conf /etc/nginx/conf.d/default.conf
COPY client-side/index.html /usr/share/nginx/html/index.template.html
Expand Down
3 changes: 0 additions & 3 deletions web-integrations/prebid-secure-signals/client-side/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ COPY client-side/ads.css /usr/share/nginx/html/
COPY client-side/ads.js /usr/share/nginx/html/
COPY prebid.js /usr/share/nginx/html/

# Copy shared styles folder
COPY web-integrations/styles /usr/share/nginx/html/styles/

# Copy config and HTML template
COPY client-side/default.conf /etc/nginx/conf.d/default.conf
COPY client-side/index.html /usr/share/nginx/html/index.template.html
Expand Down