[gimp-web/oscp] Use the make static build rule to build the site



commit 7728de4aa441b5b2f094d6097515050db0cb9572
Author: Michael Schumacher <schumaml gmx de>
Date:   Sat Apr 18 22:22:19 2020 +0200

    Use the make static build rule to build the site

 static.gimp.org/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/static.gimp.org/Dockerfile b/static.gimp.org/Dockerfile
index 6cc68020..0680ab6d 100644
--- a/static.gimp.org/Dockerfile
+++ b/static.gimp.org/Dockerfile
@@ -6,7 +6,7 @@ RUN git clone --depth 1 --branch migrate/py3 https://gitlab.gnome.org/Infrastruc
     python3 -m venv py3-venv && \
     source py3-venv/bin/activate && \
     pip3 install -r py3-requirements.txt && \
-    pelican -o output -s pelicanconf_common.py
+    make static
 
 FROM centos/httpd-24-centos7
 USER root


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