From 78844b88cbb03e003491d866bb9f5cf3c20d49c9 Mon Sep 17 00:00:00 2001 From: andruten Date: Mon, 27 Feb 2023 09:40:03 +0100 Subject: [PATCH] Updated README.md including new Docker configuration --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 33d2f7b..8338165 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,16 @@ To download videos you have to: To combine and convert video/audio parts to `mp4` file run in terminal `sh vimeo-combine.sh` or `npm run combine` and enjoy! +## Docker configuration + +There is a Dockerfile available in the repository which uses Alpine image with Node 18 installed. + +Several Makefile commands have been added in order to +- `make build`: builds `FROM node:18-alpine` Docker image installing `ffmpeg` OS dependency as well +- `make start`: executes `npm run start` entrypoint +- `make convert`: executes `npm run convert` entrypoint +- `make bash`: Runs sh command in a running container + ### Contributors Special thanks to contributors: