Commit 24a5c10
authored
varnish: fix broken build (google#14777)
In the Dockerfile, when the COPY instruction is used to copy multiple
files, the target path $SRC lacks the trailing slash /. This results in
a syntax error. The solution is to add a slash at the end of the target
path.1 parent be6d6d7 commit 24a5c10
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
0 commit comments