Skip to content

Commit

Permalink
fix stress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Oct 28, 2020
1 parent 53ba724 commit e84c3fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stress/proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down
2 changes: 1 addition & 1 deletion stress/publish/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down
2 changes: 1 addition & 1 deletion stress/read/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down

0 comments on commit e84c3fb

Please sign in to comment.