Skip to content

Commit

Permalink
Merge pull request #15 from layer5io/dockerfileFix
Browse files Browse the repository at this point in the history
fix: invalid directory reference in dockerfile
  • Loading branch information
kushthedude authored Oct 30, 2020
2 parents 22f8566 + ce19fb9 commit 90d37e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/v1.18.0/
chmod +x ./kubectl && \
mv ./kubectl /usr/local/bin/kubectl

RUN mkdir ${HOME}/.meshery/nginx/ && \
mkdir /home/scripts/ && \
RUN mkdir /home/scripts/ && \
mkdir -p ${HOME}/.kube/

COPY --from=bd /go/src/github.com/layer5io/meshery-nginx/meshery-nginx /home/
Expand Down

0 comments on commit 90d37e5

Please sign in to comment.