Revert "make hugo build the website during image generation"

This reverts commit 35c8cc50d5. The build/deploy process ran
forever, so this method doesn't seem to work as expected.
lektura
max.mehl 2018-04-24 23:19:29 +02:00
parent ef2370a4e8
commit 7228d4d78a
No known key found for this signature in database
GPG Key ID: 2704E4AB371E2E92
1 changed files with 1 additions and 3 deletions

View File

@ -23,6 +23,4 @@ COPY site/ /usr/share/blog
COPY 000-default.conf /etc/apache2/sites-enabled/
CMD /usr/share/blog/build/build.sh
RUN apache2-foreground
CMD /usr/share/blog/build/build.sh && apache2-foreground