[odrs-web/oscp] Drop the additional RUN



commit 1bd20c53ee4c895254298023bfef1d0c3ff5c23e
Author: Andrea Veri <averi redhat com>
Date:   Mon Nov 12 18:38:15 2018 +0100

    Drop the additional RUN

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 9435e2b..e5daa9b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,7 @@ ENV ODRS_HOME=/odrs-web \
 
 WORKDIR ${ODRS_HOME}
 
-RUN COPY app_data ${ODRS_HOME} 
+COPY app_data ${ODRS_HOME}
 
 COPY requirements.txt .
 COPY odrs.gnome.org.conf /etc/httpd/conf.d/000-default.conf


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