Commit 14901ed
committed
Fix magnet-certbot build context for Docker
The flyctl deploy command couldn't find renew.sh because the build
context wasn't explicitly set. When running with --config from the repo
root, the context defaults to cwd rather than the fly.toml directory.
Adding context = "." makes the build context explicitly the same
directory as the fly.toml and Dockerfile.1 parent a647b32 commit 14901ed
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments