5
0
Fork 0

fix: Remove iceservers.txt

fix/invalid-ice-url^2
Ambrose Chua 2019-07-27 17:47:32 +08:00 committed by Gitea
parent d772013d03
commit d22bfa0fc9
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