[indico-web] static: Create empty custom directory



commit 17869f79fa5156bdf587b33866351032770172b3
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Fri Dec 20 18:39:09 2019 +0100

    static: Create empty custom directory

 static/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/static/Dockerfile b/static/Dockerfile
index 1b02257..c4f5d51 100644
--- a/static/Dockerfile
+++ b/static/Dockerfile
@@ -6,7 +6,8 @@ RUN apk add --no-cache py-pip unzip
 RUN mkdir /tmp/indico-pip && \
     pip download --no-deps -d /tmp/indico-pip indico && \
     unzip /tmp/indico-pip/indico-*.whl -d /srv/ 'indico/web/static/*' && \
-    rm -rf /tmp/indico-pip
+    rm -rf /tmp/indico-pip && \
+    mkdir -p /srv/indico/web/custom
 
 RUN rm /etc/nginx/conf.d/default.conf
 COPY indico.conf /etc/nginx/conf.d/indico.conf


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