Jenkinsfile and Dockerfile changed
diff --git a/Dockerfile b/Dockerfile
index c9ab737..639b5da 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,7 +12,7 @@
 
 WORKDIR /
 
-COPY my_wrapper_script.sh my_wrapper_script.sh
+COPY C:\Users\Administrator\Projekt\Microservices\UbuntuServer\central\my_wrapper_script.sh my_wrapper_script.sh
 RUN sed -i -e 's/\r$//' my_wrapper_script.sh
 CMD ./my_wrapper_script.sh
 
diff --git a/Jenkinsfile b/Jenkinsfile
index 627ccc4..425f0c8 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_central:jenkinsversion --no-cache")
+        app = docker.build("myserver_central/jenkinsversion --no-cache")
     }
 	
 	stage('Refresh containers') {