mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 17:43:48 +00:00
Make it usable by docker-compose
This commit is contained in:
parent
594fc53cd0
commit
e26b053b49
2 changed files with 9 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.jekyll-metadata
|
||||
_site/
|
||||
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
jekyll:
|
||||
image: jekyll/jekyll:latest
|
||||
command: jekyll serve --watch --incremental
|
||||
ports:
|
||||
- 4000:4000
|
||||
volumes:
|
||||
- .:/srv/jekyll
|
||||
Loading…
Reference in a new issue