Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Aug 27, 2024
1 parent 205ab8c commit dcb2ef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COPY Makefile schema.yaml ./
COPY src src
RUN source /opt/.venv/bin/activate && make all

FROM alpine as final
FROM alpine AS final

WORKDIR /app
COPY from=builder /app/combined.yaml .

0 comments on commit dcb2ef0

Please sign in to comment.