Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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://
|
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
|