This commit is contained in:
Andy 2018-12-27 13:54:44 +01:00
parent 74175fd7d7
commit ade3e0c8bf
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C
4 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
*.gz
data/*

View File

@ -1,5 +1,5 @@
## dogecoin in docker
```
docker-compose build && docker-compose run --rm dogecoin
docker-compose build && docker-compose up
```

2
data/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore

View File