Skip to content

Commit

Permalink
Merge pull request #205 from utkarsh-pro/utkarsh-pro/fix/204
Browse files Browse the repository at this point in the history
Update dockerfile to recursively copy templates
  • Loading branch information
leecalcote authored Apr 27, 2021
2 parents 6431a7b + d0f84a2 commit e782d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV GOARCH="amd64"
ENV SERVICE_ADDR="meshery-istio"
ENV MESHERY_SERVER="http://meshery:9081"
WORKDIR /templates
COPY templates/* ./
COPY templates/** ./
WORKDIR /
COPY --from=builder /build/meshery-istio .
ENTRYPOINT ["/meshery-istio"]

0 comments on commit e782d3f

Please sign in to comment.