fix stress tests

This commit is contained in:
aler9 2020-10-28 21:55:46 +01:00
parent 53ba724f96
commit e84c3fb677
3 changed files with 3 additions and 3 deletions

View file

@ -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 /

View file

@ -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 /

View file

@ -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 /