Commit f2ffe949 authored by Victor Nikulshin's avatar Victor Nikulshin
Browse files

Do not copy user SSH keys to project directory

parent 0f76b89b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -129,7 +129,6 @@ def image_create():
        if '{}/drupal'.format(env.project_name) in docker_images():
            print(red('Docker image {}/drupal was found, you has already build this image'.format(env.project_name)))
        else:
            h.copy_public_ssh_keys('local')
            local('docker build -t {}/drupal .'.format(env.project_name))
            print(green('Docker image {}/drupal was build successful'.format(env.project_name)))