diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..2f7896d --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +target/ diff --git a/fly.toml b/fly.toml index 8a0dff2..98bb045 100644 --- a/fly.toml +++ b/fly.toml @@ -1,4 +1,4 @@ -app = "cra.tw" +app = "cratw" kill_signal = "SIGINT" kill_timeout = 5 @@ -16,6 +16,7 @@ soft_limit = 20 [[services.ports]] handlers = ["http"] port = "80" +force_https = true [[services.ports]] handlers = ["tls", "http"]