summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index f89bfce..b9fdff9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,6 +19,10 @@ RUN bundle install \
&& npm install \
&& npm run dist
+# planet has to be last
+RUN echo "title = Planet Gentoo\n" > planet.ini \
+ && cat configs/universe configs/planet >> planet.ini
+
CMD cd /var/www/planet.gentoo.org \
&& bundle exec pluto update -d data \
&& bundle exec pluto build -o build -d data -t tyrian