forked from pmpc/website
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user