R1000 commited on
Commit
6c6ab67
·
verified ·
1 Parent(s): efc2afa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -2
Dockerfile CHANGED
@@ -16,8 +16,12 @@ RUN python3 -m venv /opt/venv && \
16
  /opt/venv/bin/pip install typhoon-ocr
17
 
18
  # เพิ่ม virtual environment ลงใน PATH
19
- ENV PATH="/opt/venv/bin:$PATH"
20
-
 
 
 
 
21
  # คัดลอกฟอนต์จากโฟลเดอร์ fonts บน host ไปยัง container
22
  COPY fonts /usr/share/fonts/custom
23
 
 
16
  /opt/venv/bin/pip install typhoon-ocr
17
 
18
  # เพิ่ม virtual environment ลงใน PATH
19
+ ENV PATH="/opt/venv/bin:$PATH" \
20
+ N8N_HOST=0.0.0.0 \
21
+ N8N_PORT=7860 \
22
+ N8N_RUNNERS_ENABLED=true \
23
+ WEBHOOK_URL=https://r1000-nnn.hf.space
24
+
25
  # คัดลอกฟอนต์จากโฟลเดอร์ fonts บน host ไปยัง container
26
  COPY fonts /usr/share/fonts/custom
27