mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-27 14:13:33 +03:00
ci: fix docker build for release images (no-changelog)
This commit is contained in:
parent
ca588ed66a
commit
f217e1f149
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user