[api-web/oscp] Drop welcome.conf
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [api-web/oscp] Drop welcome.conf
- Date: Fri, 30 Aug 2019 10:36:35 +0000 (UTC)
commit 2b07871ba075ae29106219153d6e579972a40929
Author: Andrea Veri <averi redhat com>
Date: Fri Aug 30 12:36:38 2019 +0200
Drop welcome.conf
Dockerfile | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/Dockerfile b/Dockerfile
index b1cf1be..dc998d2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,6 +7,7 @@ ENV SITE_ROOT=/opt/app-root/src \
COPY app_data ${SITE_ROOT}
RUN yum install git rsync -y && \
+ rm -f /etc/httpd/conf.d/welcome.conf && \
cd /tmp && git clone ${REPO} && \
rsync --archive --exclude=api-web.doap --exclude=.git /tmp/api-web/* ${SITE_ROOT} && \
chown -R 1000470000:1000470000 /opt/app-root/src
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]