Add docker-compose.yml file
To run the site in docker is now a single command.
This commit is contained in:
@ -22,5 +22,4 @@ VOLUME /src
|
||||
EXPOSE 4000
|
||||
|
||||
WORKDIR /src
|
||||
ENTRYPOINT ["jekyll"]
|
||||
|
||||
ENTRYPOINT ["jekyll", "serve", "-H", "0.0.0.0"]
|
Reference in New Issue
Block a user