Commit c6182db
authored
fix(docker): Ensure /install directory is created in builder stage (#12)
The Docker build was failing in the GitHub Actions workflow because the /install directory was not being created in the builder stage when there were no production dependencies. This change ensures the directory is always created, preventing the COPY command from failing.1 parent 3588ce8 commit c6182db
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments