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
This commit is contained in:
2018-04-25 20:55:44 +02:00
parent 159319700f
commit b5baa14ddd

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