ZSCGR commited on
Commit
2d863ad
·
verified ·
1 Parent(s): 0d86be7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -8
Dockerfile CHANGED
@@ -52,14 +52,6 @@ RUN npm install -g [email protected]
52
  RUN mkdir -p $DATABASE_PATH $CONFIG_PATH $WORKFLOWS_PATH $LOGS_PATH \
53
  && chmod -R 777 $BASE_PATH
54
 
55
- COPY editor-ui.tar.gz /tmp/
56
-
57
- RUN mkdir -p /tmp/check && \
58
- tar -xzf /tmp/editor-ui.tar.gz -C /tmp/check && \
59
- rm -rf /usr/local/lib/node_modules/n8n/node_modules/n8n-editor-ui/dist/* && \
60
- cp -r /tmp/check/dist/* /usr/local/lib/node_modules/n8n/node_modules/n8n-editor-ui/dist/ && \
61
- rm -rf /tmp/check /tmp/editor-ui.tar.gz
62
-
63
  # Set working directory
64
  WORKDIR /data
65
 
 
52
  RUN mkdir -p $DATABASE_PATH $CONFIG_PATH $WORKFLOWS_PATH $LOGS_PATH \
53
  && chmod -R 777 $BASE_PATH
54
 
 
 
 
 
 
 
 
 
55
  # Set working directory
56
  WORKDIR /data
57