chore: couple of infra Things

This commit is contained in:
liv 2023-04-27 19:57:57 +02:00
parent f089a894ad
commit 47e66d1cf4
2 changed files with 3 additions and 1 deletions

1
.dockerignore Normal file
View file

@ -0,0 +1 @@
target/

View file

@ -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"]