You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/08/05 05:32:20 UTC

[incubator-datalab] branch DATALAB-408 updated: [DATALAB-408]: changed COPY paths in ssn docker files

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-408
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-408 by this push:
     new d086603  [DATALAB-408]: changed COPY paths in ssn docker files
d086603 is described below

commit d086603f157a54e2782a4073a75436394c25138f
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Aug 5 08:32:09 2021 +0300

    [DATALAB-408]: changed COPY paths in ssn docker files
---
 infrastructure-provisioning/src/general/files/aws/ssn_Dockerfile   | 4 ++--
 infrastructure-provisioning/src/general/files/azure/ssn_Dockerfile | 4 ++--
 infrastructure-provisioning/src/general/files/gcp/ssn_Dockerfile   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/infrastructure-provisioning/src/general/files/aws/ssn_Dockerfile b/infrastructure-provisioning/src/general/files/aws/ssn_Dockerfile
index 0a8ea5e..cebc8a3 100644
--- a/infrastructure-provisioning/src/general/files/aws/ssn_Dockerfile
+++ b/infrastructure-provisioning/src/general/files/aws/ssn_Dockerfile
@@ -36,5 +36,5 @@ RUN chmod a+x /root/fabfile.py; \
     chmod a+x /root/scripts/*
 
 RUN mkdir /project_tree
-COPY . /project_tree
-COPY .git /project_tree/
+COPY ../../. /project_tree
+COPY ../../.git /project_tree/
diff --git a/infrastructure-provisioning/src/general/files/azure/ssn_Dockerfile b/infrastructure-provisioning/src/general/files/azure/ssn_Dockerfile
index b248171..aab3358 100644
--- a/infrastructure-provisioning/src/general/files/azure/ssn_Dockerfile
+++ b/infrastructure-provisioning/src/general/files/azure/ssn_Dockerfile
@@ -35,6 +35,6 @@ RUN chmod a+x /root/fabfile.py; \
     chmod a+x /root/scripts/*
 
 RUN mkdir /project_tree
-COPY . /project_tree
-COPY .git /project_tree/
+COPY ../../. /project_tree
+COPY ../../.git /project_tree/
 
diff --git a/infrastructure-provisioning/src/general/files/gcp/ssn_Dockerfile b/infrastructure-provisioning/src/general/files/gcp/ssn_Dockerfile
index db28dcd..cb0456e 100644
--- a/infrastructure-provisioning/src/general/files/gcp/ssn_Dockerfile
+++ b/infrastructure-provisioning/src/general/files/gcp/ssn_Dockerfile
@@ -37,6 +37,6 @@ RUN chmod a+x /root/fabfile.py; \
     chmod a+x /root/scripts/*
 
 RUN mkdir /project_tree
-COPY . /project_tree
-COPY .git /project_tree/
+COPY ../../. /project_tree
+COPY ../../.git /project_tree/
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org