[api-web/oscp] Don't create an api-web subdir but copy single elements
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [api-web/oscp] Don't create an api-web subdir but copy single elements
- Date: Fri, 30 Aug 2019 10:34:27 +0000 (UTC)
commit c152381641cd49e42078ee0ed72eb90fde24eedf
Author: Andrea Veri <averi redhat com>
Date: Fri Aug 30 12:34:29 2019 +0200
Don't create an api-web subdir but copy single elements
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index bbfc59d..b1cf1be 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 ${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]