We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ba724 commit e84c3fbCopy full SHA for e84c3fb
stress/proxy/Dockerfile
@@ -10,7 +10,7 @@ WORKDIR /s
10
COPY go.mod go.sum ./
11
RUN go mod download
12
13
-COPY *.go ./
+COPY . ./
14
RUN go build -o /rtsp-simple-server .
15
16
COPY stress/proxy/start.sh /
stress/publish/Dockerfile
COPY stress/publish/start.sh /
stress/read/Dockerfile
COPY stress/read/start.sh /
0 commit comments