2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-02 19:17:33 +01:00

update ffserver

This commit is contained in:
kev
2016-07-05 03:33:59 +08:00
parent 4bb73644f1
commit 7bded15bc5
5 changed files with 101 additions and 38 deletions

View File

@@ -1,14 +1,13 @@
#
# Dockerfile for ffmpeg
# Dockerfile for ffserver
#
FROM alpine
FROM vimagick/ffmpeg
MAINTAINER kev <noreply@easypi.info>
RUN apk add -U ffmpeg
COPY ffserver.conf /etc/
ADD ffserver.conf /etc/
EXPOSE 554 8090
EXPOSE 8090
CMD ["ffserver"]
ENTRYPOINT ["ffserver"]