[api-web/oscp] Don't append .git



commit 6b55bd8260a640268aee2b24a08b4055919c7f61
Author: Andrea Veri <averi redhat com>
Date:   Fri Aug 30 12:28:54 2019 +0200

    Don't append .git

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index b81c514..bbfc59d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,7 @@ ENV SITE_ROOT=/opt/app-root/src \
 COPY app_data ${SITE_ROOT}
 RUN yum install git rsync -y && \
     cd /tmp && git clone ${REPO} && \
-    rsync --archive --exclude=api-web.doap --exclude=.git /tmp/api-web.git ${SITE_ROOT} && \ 
+    rsync --archive --exclude=api-web.doap --exclude=.git /tmp/api-web ${SITE_ROOT} && \ 
     chown -R 1000470000:1000470000 /opt/app-root/src
 
 EXPOSE 8080


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