Skip to content

Commit

Permalink
feat: first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
horpeazy committed May 10, 2024
1 parent 31e3766 commit e62cef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/images/n8n-custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN find . -type f -name "*.ts" -o -name "*.js.map" -o -name "*.vue" -o -name "t
ENV NODE_ENV=production
RUN pnpm --filter=n8n --prod --no-optional deploy /compiled

USER node
# 2 . install packages
FROM node:${NODE_VERSION}-slim as privatenodepackages
ARG ACCESS_TOKEN
Expand Down

0 comments on commit e62cef5

Please sign in to comment.