mirror of
https://github.com/Tusko/vimeo-private-downloader.git
synced 2025-08-19 13:01:48 -07:00
Updated README.md including new Docker configuration
This commit is contained in:
parent
63d771e70e
commit
78844b88cb
1 changed files with 10 additions and 0 deletions
10
README.md
10
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue