https://github.com/maifeeulasad/node-fileutils
A docker image with basic image manipulation utilities, such as ffmpeg, imagemagick
https://github.com/maifeeulasad/node-fileutils
Last synced: 5 months ago
JSON representation
A docker image with basic image manipulation utilities, such as ffmpeg, imagemagick
- Host: GitHub
- URL: https://github.com/maifeeulasad/node-fileutils
- Owner: maifeeulasad
- License: mit
- Created: 2023-11-18T17:47:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T08:18:51.000Z (over 2 years ago)
- Last Synced: 2025-04-07T20:13:19.994Z (about 1 year ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-fileutils
A docker image with basic file manipulation utilities, such as ffmpeg, imagemagick
## Steps
```sh
# step 1
docker-compose build
# step 2
docker tag node-fileutils maifeeulasad/node-fileutils
# step 3
docker push maifeeulasad/node-fileutils
```