Merge branch 'docker-build' of max.mehl/pmpc-website into master

PR #271
lektura
Max Mehl 2018-04-24 23:12:53 +02:00 committed by Gogs
commit ef2370a4e8
1 changed files with 3 additions and 1 deletions

View File

@ -23,4 +23,6 @@ COPY site/ /usr/share/blog
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