diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 8168316..9010940 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -24,6 +24,7 @@
   
     
       
+      
     
@@ -209,13 +210,6 @@
       
       1598862102028
     
-    
-      1600274683546
-      
-      
-      
-      1600274683547
-    
     
       1600275750768
       
@@ -552,7 +546,14 @@
       
       1601463391938
     
-    
+    
+      1601465027767
+      
+      
+      
+      1601465027767
+    
+    
     
   
   
@@ -703,13 +704,13 @@
     
     
     
-    
+    
       
     
     
     
     
-    
+    
     
       
     
diff --git a/Jenkinsfile b/Jenkinsfile
index ceb689a..72116a8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -6,13 +6,12 @@ pipeline {
     stages {
       stage('Build') {
               steps {
-                 sh "docker-compose build"
+                 sh "docker-compose --context DEV build"
             }
         }
         stage('Deploy') {
             steps {
                 sh "docker-compose --context DEV up -d"
-
             }
         }
         stage('Logs') {