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

Commit

Permalink
fix: cloudevents spec location and workdir in container image
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Jan 8, 2024
1 parent 9aab2f5 commit f711951
Showing 1 changed file 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

0 comments on commit f711951

Please sign in to comment.