mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: fix docker build for release images (no-changelog)
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user