Add docker-compose.yml file

To run the site in docker is now a single command.
This commit is contained in:
Rui Martins
2017-08-09 09:57:33 +02:00
parent 162565bccd
commit a65bad570b
3 changed files with 16 additions and 11 deletions

View File

@ -22,5 +22,4 @@ VOLUME /src
EXPOSE 4000
WORKDIR /src
ENTRYPOINT ["jekyll"]
ENTRYPOINT ["jekyll", "serve", "-H", "0.0.0.0"]