浏览代码

prepare public release

Rodja Trappe 2 年之前
父节点
当前提交
b6a9f5d8fe
共有 1 个文件被更改,包括 4 次插入8 次删除
  1. 4 8
      fly.toml

+ 4 - 8
fly.toml

@@ -4,8 +4,8 @@ kill_timeout = 5
 processes = []
 
 [build]
-  #dockerfile = "fly.dockerfile"
-  image = "zauberzeug/nicegui:0.9.25"
+  dockerfile = "fly.dockerfile"
+  #image = "zauberzeug/nicegui:0.9.25"
 
 [env]
 
@@ -55,10 +55,6 @@ strategy = "canary"
     tls_skip_verify = false
     [services.http_checks.headers]
 
-  [[statics]] # nicegui 1.0
+  [[statics]]
     guest_path = "/app/nicegui/static"
-    url_prefix = "/_nicegui/static"
-
-  [[statics]] # nicegui 0.9
-    guest_path = "/usr/local/lib/python3.11/site-packages/nicegui/static/templates"
-    url_prefix = "/templates"
+    url_prefix = "/_nicegui/static"