Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -2,8 +2,6 @@ FROM n8nio/n8n:latest
|
|
| 2 |
|
| 3 |
USER root
|
| 4 |
|
| 5 |
-
FROM n8nio/n8n:latest
|
| 6 |
-
|
| 7 |
# 1. 修复版:license-state.js
|
| 8 |
RUN cat > /usr/local/lib/node_modules/n8n/node_modules/@n8n/backend-common/dist/license-state.js <<'EOF'
|
| 9 |
"use strict";
|
|
|
|
| 2 |
|
| 3 |
USER root
|
| 4 |
|
|
|
|
|
|
|
| 5 |
# 1. 修复版:license-state.js
|
| 6 |
RUN cat > /usr/local/lib/node_modules/n8n/node_modules/@n8n/backend-common/dist/license-state.js <<'EOF'
|
| 7 |
"use strict";
|