Skip to content

Commit

Permalink
Update copy source paths in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna authored Dec 5, 2024
1 parent bb12e39 commit 422154c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/kubernetes/test-infra/docker/linux/deck/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ARG BASE_IMAGE
FROM $BASE_IMAGE

# Copy local files instead of downloading using external CDN
COPY static/material/1.3.0/material.min.js /static/material/1.3.0/
COPY static/material/1.3.0/material.indigo-pink.min.css /static/material/1.3.0/
COPY docker/linux/deck/static/material/1.3.0/material.min.js /static/material/1.3.0/
COPY docker/linux/deck/static/material/1.3.0/material.indigo-pink.min.css /static/material/1.3.0/


# Update HTML references
Expand Down

0 comments on commit 422154c

Please sign in to comment.