Skip to content

Commit 14901ed

Browse files
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

servers/magnet-certbot/fly.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ primary_region = "ord"
66

77
[build]
88
dockerfile = "Dockerfile"
9+
context = "."
910

1011
[http_service]
1112
internal_port = 80

0 commit comments

Comments
 (0)