mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
fix generation of Docker images (#1293)
This commit is contained in:
parent
c44b4099c2
commit
99855e0909
2 changed files with 2 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ COPY . ./
|
|||
|
||||
ENV VERSION $(shell git describe --tags)
|
||||
ENV CGO_ENABLED 0
|
||||
RUN rm -rf binaries
|
||||
RUN mkdir tmp binaries
|
||||
RUN cp rtsp-simple-server.yml LICENSE tmp/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue