Commit 964609a
committed
fix: copy
The `sqlx::migrate!("./migrations")` macro requires the `migrations`
directory at compile time. The `Dockerfile` was missing a `COPY` for it.migrations/ directory into Docker build context1 parent ed1858b commit 964609a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments