Skip to content

Commit

Permalink
Avoid Failed To Compute Cache Key error by giving explicit filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Mar 2, 2023
1 parent 696f7fd commit 85e7346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/container-registries/gcp/ts/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM nginx
COPY index.html /usr/share/nginx/html
COPY ./index.html /usr/share/nginx/html

0 comments on commit 85e7346

Please sign in to comment.