This commit is contained in:
Sebastien 2018-02-28 19:07:20 +01:00
parent 1ab24af7cf
commit c5e6320bf6

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ node {
/* This builds the actual image; synonymous to
* docker build on the command line */
app = docker.build("brokenfire/brokendiscordbot","--rm=true .","-v build/:build/")
app = docker.build("brokenfire/brokendiscordbot","--rm=true .")
}
stage('Push image') {
/* Finally, we'll push the image with two tags: