make hugo build the website during image generation
parent
60b63f75b0
commit
35c8cc50d5
|
@ -23,4 +23,6 @@ COPY site/ /usr/share/blog
|
||||||
|
|
||||||
COPY 000-default.conf /etc/apache2/sites-enabled/
|
COPY 000-default.conf /etc/apache2/sites-enabled/
|
||||||
|
|
||||||
CMD /usr/share/blog/build/build.sh && apache2-foreground
|
CMD /usr/share/blog/build/build.sh
|
||||||
|
|
||||||
|
RUN apache2-foreground
|
||||||
|
|
Loading…
Reference in New Issue