Skip to content

Commit

Permalink
dockerfile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
conorbros committed Nov 1, 2023
1 parent 606fbfc commit 7dedb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ WORKDIR /shotover-proxy

COPY ./ ./

RUN cargo build --release
RUN cargo build -p shotover-proxy --release

FROM debian:bullseye-slim
FROM debian:stable-slim

COPY --from=builder /shotover-proxy/target/release/shotover-proxy /shotover-proxy

Expand Down

0 comments on commit 7dedb70

Please sign in to comment.