diff --git a/docker/images/n8n/Dockerfile b/docker/images/n8n/Dockerfile index 93fb29618b..71d14e2e4a 100644 --- a/docker/images/n8n/Dockerfile +++ b/docker/images/n8n/Dockerfile @@ -18,7 +18,7 @@ RUN set -eux; \ find /usr/local/lib/node_modules/n8n -type f -name "*.ts" -o -name "*.js.map" -o -name "*.vue" | xargs rm && \ rm -rf /root/.npm -COPY docker/images/n8n/docker-entrypoint.sh / +COPY docker-entrypoint.sh / RUN \ mkdir .n8n && \