Skip to content
Snippets Groups Projects
Commit 7e3fc42b authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Jenkins] add launch-jenkins.sh

parent 24e82566
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
docker build -t finn_jenkins -f Dockerfile.jenkins .
docker run -p 8080:8080 -p 50000:50000 -v /var/run/docker.sock:/var/run/docker.sock -v jenkins_home:/var/jenkins_home finn_jenkins
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