Skip to content

Commit

Permalink
Add persist script
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 29, 2024
1 parent 2804d98 commit 41dde52
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ ENV MEDIA_VERSION=1.9.1

RUN apk add bash vim yq nodejs npm

COPY mediamtx.yml /mediamtx.base.yml
ADD mediamtx.yml /mediamtx.base.yml
ADD start /

COPY start /
ADD package.json /
ADD package-lock.json /

RUN npm install

ADD persist.ts /

ENTRYPOINT [ "/start" ]

0 comments on commit 41dde52

Please sign in to comment.