Skip to content

Commit

Permalink
ci: change npm install build command
Browse files Browse the repository at this point in the history
  • Loading branch information
ismanapa committed Jan 18, 2023
1 parent e796c2b commit 85857a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \

# Add custom n8n nodes from Codely
RUN cd /usr/local/lib/node_modules/n8n && \
npm install @codelytv/n8n-nodes-twitch n8n-nodes-puppeteer cryptr
npm install --production --force @codelytv/n8n-nodes-twitch n8n-nodes-puppeteer cryptr

# Install fonts
RUN apk --no-cache add --virtual fonts msttcorefonts-installer fontconfig && \
Expand Down

0 comments on commit 85857a6

Please sign in to comment.