Commit 68a31b9
authored
fix: remove reference to non-existent devcloud.yaml in Dockerfile (#25)
The Dockerfile referenced devcloud.yaml which doesn't exist at the repo
root. The app already falls back to embedded defaults when this file is
absent, so remove the COPY and -config flag from CMD.1 parent 13b9c0e commit 68a31b9
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
| 38 | + | |
0 commit comments