Jenkinsfile changed
diff --git a/Jenkinsfile b/Jenkinsfile
index 7c0de82..6eac19c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -11,7 +11,7 @@
         /* This builds the actual image; synonymous to
          * docker build on the command line */
 
-        app = docker.build("myserver_home:jenkinsversion --no-cache")
+        app = docker.build("myserver_home/jenkinsversion --no-cache")
     }
 	
 	stage('Refresh containers') {