mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-04 03:54:55 +01:00
add ffserver
This commit is contained in:
14
ffserver/Dockerfile
Normal file
14
ffserver/Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# Dockerfile for ffmpeg
|
||||
#
|
||||
|
||||
FROM alpine
|
||||
MAINTAINER kev <noreply@datageek.info>
|
||||
|
||||
RUN apk add -U ffmpeg
|
||||
|
||||
ADD ffserver.conf /etc/
|
||||
|
||||
EXPOSE 8090
|
||||
|
||||
CMD ["ffserver"]
|
||||
Reference in New Issue
Block a user