Skip to content

Commit

Permalink
feat: Updated docker/images/n8n-custom/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 21, 2024
1 parent fecc4c5 commit 9da26ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/n8n-custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN rm -rf patches .npmrc *.yaml node_modules/.cache packages/**/node_modules/.c

# 2. Start with a new clean image with just the code that is needed to run n8n
FROM n8nio/base:${NODE_VERSION}
COPY /home/node /usr/local/lib/node_modules/n8n
COPY --from=builder /home/node /usr/local/lib/node_modules/n8n
RUN ln -s /usr/local/lib/node_modules/n8n/packages/cli/bin/n8n /usr/local/bin/n8n
COPY docker/images/n8n-custom/docker-entrypoint.sh /

Expand Down

0 comments on commit 9da26ee

Please sign in to comment.