Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from openmeterio/helm
Browse files Browse the repository at this point in the history
fix: cloudevents spec location and workdir in container image
  • Loading branch information
sagikazarmark authored Jan 8, 2024
2 parents f4bbbf3 + d04fcd4 commit ef71722
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ RUN apk add --update --no-cache ca-certificates tzdata bash

SHELL ["/bin/bash", "-c"]

# This is so we can reuse examples in development
WORKDIR /etc/openmeter

COPY --from=builder /usr/local/bin/benthos /usr/local/bin/
COPY ./etc/cloudevents.spec.json /etc/openmeter/
COPY ./cloudevents.spec.json /etc/openmeter/

CMD benthos
File renamed without changes.

0 comments on commit ef71722

Please sign in to comment.