Browse Source

fix stress tests

pull/169/head v0.11.0
aler9 5 years ago
parent
commit
e84c3fb677
  1. 2
      stress/proxy/Dockerfile
  2. 2
      stress/publish/Dockerfile
  3. 2
      stress/read/Dockerfile

2
stress/proxy/Dockerfile

@ -10,7 +10,7 @@ WORKDIR /s @@ -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 /

2
stress/publish/Dockerfile

@ -10,7 +10,7 @@ WORKDIR /s @@ -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 /

2
stress/read/Dockerfile

@ -10,7 +10,7 @@ WORKDIR /s @@ -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…
Cancel
Save