mirror of
https://github.com/wimpysworld/stream-sprout
synced 2026-03-14 14:45:50 +01:00
feat: add Containerfile
This commit is contained in:
parent
7998737c0e
commit
f0916a091b
1 changed files with 5 additions and 0 deletions
5
Containerfile
Normal file
5
Containerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM ghcr.io/jrottenberg/ffmpeg:7-alpine
|
||||
RUN apk update && apk add --no-cache bash coreutils gawk grep sed
|
||||
COPY --chown=nobody:nobody --chmod=755 stream-sprout /usr/bin/stream-sprout
|
||||
EXPOSE 1935
|
||||
ENTRYPOINT [ "stream-sprout" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue