[connfa-webapp] undo RUN command



commit bcc6f23c92ff03cb6ee93dacd06ca6f5d636ac67
Author: Britt Yazel <bwyazel gnome org>
Date:   Mon Jul 22 23:05:17 2019 +0000

    undo RUN command

 Dockerfile | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 300775f..546d40e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,6 +4,5 @@ RUN pacman -Syu --noconfirm git nodejs npm tar bzip2 python2 base-devel && \
 RUN cd connfa-webapp && npm install && npm run build && git rev-parse HEAD > dist/HEAD
 
 FROM nginxinc/nginx-unprivileged:stable-alpine
-RUN rm -rf /var/www/connfa
 COPY --from=0 /connfa-webapp/dist /var/www/connfa
 ADD nginx.conf /etc/nginx/conf.d/connfa.conf


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