Commit af44e1e
committed
docker: fix invalid instruction in Dockerfile not using trailing slash for files destination directory
> If the source is a file, and the destination doesn't end with a trailing slash, the source file will be written to the destination path as a file.
~ https://docs.docker.com/reference/dockerfile/#destination
Signed-off-by: Jakub Meysner <git@jakubmeysner.com>1 parent 8a43a75 commit af44e1e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments