ZSCGR commited on
Commit
0d86be7
·
verified ·
1 Parent(s): 9e66427

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -58,7 +58,7 @@ 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
 
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