Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -59,7 +59,6 @@ RUN mkdir -p /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 |
-
chown -R node:node /usr/local/lib/node_modules/n8n/node_modules/n8n-editor-ui/dist/
|
63 |
|
64 |
# Set working directory
|
65 |
WORKDIR /data
|
|
|
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
|