[guadec-web/oscp-2018] Do not create a sub-dir



commit 8b140f82c7a296606bb3ec4cc4f3648476401ff9
Author: Andrea Veri <averi redhat com>
Date:   Fri Sep 28 15:00:33 2018 +0200

    Do not create a sub-dir

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index e14601b..6f806d2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@ ENV GUADEC_HOME=/guadec-web \
 
 WORKDIR ${GUADEC_HOME}
 
-RUN git clone https://gitlab.gnome.org/Infrastructure/guadec-web.git
+RUN git clone https://gitlab.gnome.org/Infrastructure/guadec-web.git .
 
 # Install python and nodejs dependencies
 RUN pip install -r requirements.txt


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]