Revert "Fixed pages for docker-compose"

This reverts commit 45cebeb571.
This commit is contained in:
2019-10-22 11:33:53 +02:00
parent 45cebeb571
commit 1c3d69e59b
10 changed files with 38 additions and 39 deletions

View File

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