mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
5 lines
74 B
Docker
5 lines
74 B
Docker
FROM n8nio/n8n:1.123.1
|
|
|
|
USER root
|
|
RUN apk add --no-cache ffmpeg
|
|
USER node |