Files
n8n-install/n8n/Dockerfile

5 lines
74 B
Docker

FROM n8nio/n8n:1.123.1
USER root
RUN apk add --no-cache ffmpeg
USER node