[odahu-integration] Bugfixing
diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_docker.py b/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
index 9aff096..73111f1 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
@@ -99,7 +99,7 @@
         #    f.write(gcr_creds)
         #local('scp -i {} /tmp/config {}:/tmp/config'.format(args.keyfile, env.host_string))
         sudo('mkdir /home/{}/.docker'.format(os_user))
-        with open('/home/{}/.docker'.format(os_user), 'w') as f:
+        with open('/home/{}/.docker/config.json'.format(os_user), 'w') as f:
             f.write(base64.b64decode(gcr_creds) + "==")
         #sudo('cat /tmp/config')
         #sudo('cat /tmp/config | base64 --decode > /home/{}/.docker/config.json'.format(os_user))