Skip to content

Commit

Permalink
Merge pull request #208 from utkarsh-pro/utkarsh-pro/fix/207
Browse files Browse the repository at this point in the history
Fix issue 207
  • Loading branch information
leecalcote authored May 5, 2021
2 parents e3f4468 + aa0490c commit c74c634
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 @@ -23,8 +23,7 @@ ENV DISTRO="debian"
ENV GOARCH="amd64"
ENV SERVICE_ADDR="meshery-istio"
ENV MESHERY_SERVER="http://meshery:9081"
WORKDIR /templates
COPY templates/** ./
COPY templates/ ./templates
WORKDIR /
COPY --from=builder /build/meshery-istio .
ENTRYPOINT ["/meshery-istio"]

0 comments on commit c74c634

Please sign in to comment.