5
0
Fork 0

Remove iceservers.txt #7

Merged
ambrose merged 1 commits from fix/invalid-ice-url into master 2019-07-27 17:50:46 +08:00
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ RUN CGO_ENABLED=0 go build -ldflags "-s -w"
FROM scratch
COPY --from=build /src/iceservers.txt /iceservers.txt
COPY --from=build /src/webrtc /webrtc
COPY --from=build /src/.env /.env