Beam091 commited on
Commit
614df63
·
verified ·
1 Parent(s): 457c03e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -10,10 +10,9 @@ ENV ENABLE_OPENAI_API=true
10
 
11
  ENV DISABLE_EMBEDDINGS=true
12
 
13
- # ใส่ไว้ใต้บรรทัด ENV DISABLE_EMBEDDINGS=true
14
  ENV DATA_DIR=/data
15
- ENV DATABASE_URL="sqlite:////data/webui.db"
16
 
 
17
  # ---------------------------------------------------------
18
  # 3️⃣ (Optional) Expose a different host port – HF will map
19
  # the container’s 8080 → the Space’s public URL automatically.
 
10
 
11
  ENV DISABLE_EMBEDDINGS=true
12
 
 
13
  ENV DATA_DIR=/data
 
14
 
15
+ ENV DATABASE_URL="sqlite:////data/webui.db"
16
  # ---------------------------------------------------------
17
  # 3️⃣ (Optional) Expose a different host port – HF will map
18
  # the container’s 8080 → the Space’s public URL automatically.