Skip to content

Commit

Permalink
Create final build stage with just combined providers file
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Aug 27, 2024
1 parent 39ce74f commit 205ab8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ WORKDIR /app
COPY Makefile schema.yaml ./
COPY src src
RUN source /opt/.venv/bin/activate && make all

FROM alpine as final

COPY from=builder /app/combined.yaml .

0 comments on commit 205ab8c

Please sign in to comment.