Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Use a specific stable version for reproducibility
|
| 2 |
# As of the docs, current latest = 1.113.3
|
| 3 |
-
FROM n8nio/n8n
|
| 4 |
|
| 5 |
# Set timezone — both TZ and GENERIC_TIMEZONE are required for full effect
|
| 6 |
# Default in n8n is America/New_York; change if needed (e.g., UTC, Asia/Shanghai)
|
|
|
|
| 1 |
# Use a specific stable version for reproducibility
|
| 2 |
# As of the docs, current latest = 1.113.3
|
| 3 |
+
FROM n8nio/n8n
|
| 4 |
|
| 5 |
# Set timezone — both TZ and GENERIC_TIMEZONE are required for full effect
|
| 6 |
# Default in n8n is America/New_York; change if needed (e.g., UTC, Asia/Shanghai)
|