Skip to content

Commit

Permalink
Added example run from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
doumdi committed Jan 9, 2024
1 parent d277d4b commit 43b42d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/ubuntu-22.04/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
docker buildx build -t webrtc --build-arg BUILD_TYPE=Debug --build-arg BUILD_ARCHITECTURE=arm64 --build-arg BUILD_BRANCH=update-webrtc .
docker run --rm \
--volume $PWD:/data webrtc \
ls -l
# tar cvzf /data/release.tar.gz ./

0 comments on commit 43b42d6

Please sign in to comment.