diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index a568007..2608b26 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -210,13 +210,6 @@
       
       1598862102028
     
-    
-      1599739605273
-      
-      
-      
-      1599739605273
-    
     
       1599823953914
       
@@ -553,7 +546,14 @@
       
       1601455127386
     
-    
+    
+      1601458984817
+      
+      
+      
+      1601458984817
+    
+    
     
   
   
@@ -704,13 +704,13 @@
     
     
     
-    
+    
       
     
     
     
     
-    
+    
     
       
     
diff --git a/Jenkinsfile b/Jenkinsfile
index 91760dc..d84a25a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -11,9 +11,9 @@ pipeline {
         }
         stage('Deploy') {
             steps {
-                sh "docker-compose up -d"
                 sh "ssh jenkins@s5000xvn echo 'Dupa dupa dupa'"
-                sh "docker-compose ‐‐context DEV up -d"
+                sh "docker --context DEV ps"
+                sh "docker-compose --context DEV up -d"
             }
         }
         stage('Logs') {