Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 0368df1

Browse files
committed
Control server glog level
1 parent 4d042b9 commit 0368df1

File tree

1 file changed

+1
-0
lines changed
  • WebRTC-Sample/owt-server/image/owt-immersive

1 file changed

+1
-0
lines changed

WebRTC-Sample/owt-server/image/owt-immersive/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ RUN git clone -b ${OWT_BRANCH} ${OWTSERVER_REPO} && \
258258
source /opt/rh/devtoolset-7/enable && \
259259

260260
cd ${SERVER_PATH} && git reset --hard ${OWTSERVER_COMMIT} && \
261+
curl https://patch-diff.githubusercontent.com/raw/open-webrtc-toolkit/owt-server/pull/708.patch | git apply && \
261262

262263
# Install node modules for owt
263264
npm config set proxy=${http_proxy} && \

0 commit comments

Comments
 (0)