This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
docker path fixes
pull/102/head
Ethan Buchman
10 years ago
committed by
Jae Kwon
parent
3416004359
commit
dea79e9138
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
DOCKER/docker.sh
+ 1
- 0
DOCKER/docker.sh
View File
@ -5,6 +5,7 @@ if [[ ! $NO_BUILD ]]; then
if
[
`
basename
$(
pwd
)
`
=
DOCKER
]
;
then
docker build -t mint -f Dockerfile ..
else
# cd $GOPATH/src/github.com/tendermint/tendermint
docker build -t mint -f DOCKER/Dockerfile .
fi
fi
Write
Preview
Loading…
Cancel
Save