Commit 981dad8
committed
fix: correct Dockerfile path in Fly.io deployment
The deployment was failing because flyctl was looking for the Dockerfile
at demo/demo/Dockerfile instead of demo/Dockerfile. When --config points
to demo/fly.toml, flyctl changes context to the demo/ directory, so the
dockerfile path should be relative to that location.
Changes:
- Updated fly.toml to use relative path "Dockerfile" instead of "demo/Dockerfile"
- Removed redundant --dockerfile flag from workflow (path already in fly.toml)1 parent 7471f79 commit 981dad8
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments