Skip to content

Commit

Permalink
not necessary to clone whole project in dockerfile (open-webrtc-toolk…
Browse files Browse the repository at this point in the history
…it#360)

* not necessary to clone whole project
  • Loading branch information
hexray-newbee authored Apr 9, 2020
1 parent e2e7362 commit cd77dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN cd /tmp && tar -zxf MediaStack.tar.gz && cd MediaStack && ./install_media.sh
RUN rm /tmp/MediaStack.tar.gz && rm -rf /tmp/MediaStack
ENV MFX_HOME=/opt/intel/mediasdk

RUN git clone https://github.com/open-webrtc-toolkit/owt-server.git
RUN git clone https://github.com/open-webrtc-toolkit/owt-server.git --depth=1
RUN mkdir -p ${APP_PATH}

WORKDIR /owt-server
Expand Down

0 comments on commit cd77dc5

Please sign in to comment.