Skip to content

Instantly share code, notes, and snippets.

@mhemrg
Created February 14, 2019 19:31
Show Gist options
  • Save mhemrg/d46f58238b38dcdfa5f47818de1523f3 to your computer and use it in GitHub Desktop.
Save mhemrg/d46f58238b38dcdfa5f47818de1523f3 to your computer and use it in GitHub Desktop.
Liara - NodeJS + FFMPEG
FROM jrottenberg/ffmpeg:4.0-ubuntu
FROM liararepo/node-platform
# Copy ffmpeg bins from first image
COPY --from=0 / /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment