Skip to content

Commit

Permalink
fix: copy default config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zygimantass committed Feb 26, 2024
1 parent 4d0eb00 commit c0540ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/images/slinky.sidecar.e2e.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ COPY . .
RUN make build
RUN go generate ./config


FROM ubuntu:rolling
EXPOSE 8080
EXPOSE 8001

COPY --from=builder /src/slinky/build/* /usr/local/bin/
COPY --from=builder /src/slinky/config /etc/slinky/default_config
RUN apt-get update && apt-get install ca-certificates -y

WORKDIR /usr/local/bin/
Expand Down

0 comments on commit c0540ac

Please sign in to comment.