Skip to content
Snippets Groups Projects
Commit 393c9409 authored by Maxim Khlobystov's avatar Maxim Khlobystov
Browse files

Cleanup.

parent 05e7c563
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,8 @@ files=`git diff --name-only HEAD..$TRAVIS_BRANCH`
if [[ $files = *"bigbluebutton-html5"* ]]; then
cd bigbluebutton-html5
git clone --single-branch -b update-html5 https://github.com/bigbluebutton/docker.git
cp -r docker/mod .
cp -r docker/{mod,restart.sh,setup.sh,supervisord.conf} .
cp -r docker/Dockerfile Dockerfile.test
cp -r docker/restart.sh .
cp -r docker/setup.sh .
cp -r docker/supervisord.conf .
docker build -t b2 -f Dockerfile.test .
docker=$(docker run -d -p 80:80/tcp -p 443:443/tcp -p 1935:1935 -p 5066:5066 -p 3478:3478 -p 3478:3478/udp b2 -h localhost)
echo $docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment