Commit 69425dd
authored
Fix all hadolint warnings in Dockerfile (#580)
* Fix all hadolint warnings in Dockerfile
- Double-quote variable reference in RUN sed command (SC2086)
- Use absolute paths for COPY destinations (DL3045)
* Revert quoting on line 18 (will be removed in composer.local.json PR)1 parent 3f8e359 commit 69425dd
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments