ShayanRl commited on
Commit
e1b9381
·
verified ·
1 Parent(s): 0a13fbe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN npm install n8n -g
7
  ENV N8N_HOST=0.0.0.0
8
  ENV N8N_PORT=7860
9
  ENV N8N_PROTOCOL=https
10
- ENV WEBHOOK_URL=https://huggingface.co/spaces/ShayanRl/n8n/
11
 
12
  # Expose port
13
  EXPOSE 7860
 
7
  ENV N8N_HOST=0.0.0.0
8
  ENV N8N_PORT=7860
9
  ENV N8N_PROTOCOL=https
10
+ ENV WEBHOOK_URL=https://shayanrl-n8n.hf.space/
11
 
12
  # Expose port
13
  EXPOSE 7860