mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-28 22:12:00 -08:00
fix stress tests
This commit is contained in:
parent
53ba724f96
commit
e84c3fb677
3 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ WORKDIR /s
|
|||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
COPY *.go ./
|
||||
COPY . ./
|
||||
RUN go build -o /rtsp-simple-server .
|
||||
|
||||
COPY stress/proxy/start.sh /
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ WORKDIR /s
|
|||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
COPY *.go ./
|
||||
COPY . ./
|
||||
RUN go build -o /rtsp-simple-server .
|
||||
|
||||
COPY stress/publish/start.sh /
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ WORKDIR /s
|
|||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
COPY *.go ./
|
||||
COPY . ./
|
||||
RUN go build -o /rtsp-simple-server .
|
||||
|
||||
COPY stress/read/start.sh /
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue