Created
February 14, 2019 19:31
-
-
Save mhemrg/d46f58238b38dcdfa5f47818de1523f3 to your computer and use it in GitHub Desktop.
Liara - NodeJS + FFMPEG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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