Fixed port from 4000 to 4001

This commit is contained in:
2019-10-22 11:44:52 +02:00
parent 1c3d69e59b
commit 126d6a79b6
2 changed files with 2 additions and 2 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"]