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

fix: cloudevents spec location and workdir in container image #9

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.