Skip to content

Commit

Permalink
Fix build issue with WORKDIR. (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored and deekoder committed Jun 29, 2017
1 parent debe8f5 commit 66ca96f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ ENV GOPATH /usr/local

ENV PATH $GOPATH/bin:$GOROOT/bin:$PATH

WORKDIR /mint

RUN apt-get update && apt-get install -yq \
git && git clone https://github.com/minio/mint.git && \
cd /mint && /mint/build/install.sh && \
/mint/build/initData.sh

WORKDIR /mint

CMD /mint/run.sh

0 comments on commit 66ca96f

Please sign in to comment.