Fixed pages for docker-compose

This commit is contained in:
2019-10-22 11:17:06 +02:00
parent 89280c92e2
commit 45cebeb571
10 changed files with 39 additions and 38 deletions

View File

@ -8,7 +8,7 @@ RUN bundle install
FROM jekyll/jekyll
VOLUME /src
EXPOSE 4000
EXPOSE 4001
WORKDIR /src
ENTRYPOINT ["jekyll", "serve", "--livereload", "-H", "0.0.0.0"]