Revert "Make hugo build the website during image generation. Take 2"

This reverts commit 27cef0ea3e. During build, the
signatures.json file is not available so it always takes the default file from the repo. We
will have to find a way to include the file from lund during docker build
lektura
max.mehl 2018-04-25 20:55:44 +02:00
parent 159319700f
commit b5baa14ddd
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/
RUN /usr/share/blog/build/build.sh
CMD apache2-foreground
CMD /usr/share/blog/build/build.sh && apache2-foreground