Update Dockerfile
Browse files- 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
|