Skip to content

Commit

Permalink
Updates dockerfile to use yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bomoko committed Sep 17, 2023
1 parent 3fa1fa4 commit a3337f8
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 @@ -23,7 +23,7 @@ FROM alpine:3.15
WORKDIR /
COPY --from=builder /go/src/github.com/uselagoon/lagoon/services/insights-handler/insights-handler .

COPY default_filter_transformers.json /default_filter_transformers.json
COPY default_filter_transformers.yaml /default_filter_transformers.yaml
USER 65532:65532

ENTRYPOINT ["/insights-handler"]

0 comments on commit a3337f8

Please sign in to comment.