Skip to content

Commit

Permalink
building _just_ the bws crate
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Nov 1, 2023
1 parent 01d4f98 commit e7b4a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ RUN apt-get update && \
apt-get install --no-install-recommends -y \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY ../../ .
COPY ../../ /app
WORKDIR /app/crates/bws
RUN cargo build --release
FROM ${ARCH}debian:bookworm-slim as runner
WORKDIR /usr/local/bin
Expand Down

0 comments on commit e7b4a38

Please sign in to comment.