[wgo-web] s/cp/COPY



commit ef2277283c443f2294122a662305a07a2507ed0e
Author: Andrea Veri <averi redhat com>
Date:   Tue Mar 12 17:58:25 2019 +0100

    s/cp/COPY

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index bac4e76..b74ecc4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,7 @@ RUN yum install rh-php71-php rh-php71-php-cli rh-php71-php-common rh-php71-php-c
 RUN rpm -Uvh --nodeps $(repoquery --location mod_geoip) && \
     cp /usr/lib64/httpd/modules/mod_geoip.so /etc/httpd/modules
 
-RUN cp git-pull.sh /usr/local/bin/git-pull.sh
+COPY git-pull.sh /usr/local/bin/git-pull.sh
 
 RUN mkdir -p /srv/http/www.gnome.org
 COPY 00_www.gnome.org.conf /etc/httpd/conf.d


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