Skip to content

Commit

Permalink
Refactor for compatibility with hosted version
Browse files Browse the repository at this point in the history
copy config.yaml to docker image

enable external usage of dashboard package

gofmt

fix comment

use packr for assets

add gobuffalo/packr dependency

add dependencies

fix pointer issues

add output-file option
  • Loading branch information
rbren committed Apr 17, 2019
1 parent a505313 commit b3b6e20
Show file tree
Hide file tree
Showing 1,696 changed files with 224,065 additions and 467 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ fairwinds
Tiltfile
main
.DS_Store

*-packr.go
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ WORKDIR /opt/app

COPY --from=build-env /go/src/github.com/reactiveops/fairwinds/pkg/dashboard/templates/dashboard.gohtml ./pkg/dashboard/templates/dashboard.gohtml
COPY --from=build-env /go/src/github.com/reactiveops/fairwinds/public ./public
COPY --from=build-env /go/src/github.com/reactiveops/fairwinds/config.yaml ./config.yaml

ENTRYPOINT ["fairwinds"]
Loading

0 comments on commit b3b6e20

Please sign in to comment.