Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ImjerryCo
/
ffpeg
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ffpeg
/
Dockerfile
ImjerryCo
© 2025 by JerryCoder
568af31
verified
4 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
129 Bytes
FROM
node:
20
RUN
apt update && apt install -y ffmpeg
WORKDIR
/app
COPY
. .
RUN
npm install
EXPOSE
7860
CMD
[
"npm"
,
"start"
]