Loading docker.py +0 −1 Original line number Diff line number Diff line Loading @@ -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))) Loading Loading
docker.py +0 −1 Original line number Diff line number Diff line Loading @@ -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))) Loading