Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Fix docker build (#26)
Browse files Browse the repository at this point in the history
It's taking SO long to build on my laptop I suspect something is up with
docker. I'm 99% sure this should fix the image build though, as the
binary has moved.
  • Loading branch information
Ellie Huxtable authored Sep 14, 2023
1 parent 76905ec commit 1474f99
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 @@ -22,5 +22,5 @@ WORKDIR app

USER nobody

COPY --from=builder /app/target/release/capture /usr/local/bin
ENTRYPOINT ["/usr/local/bin/capture"]
COPY --from=builder /app/target/release/capture-server /usr/local/bin
ENTRYPOINT ["/usr/local/bin/capture-server"]

0 comments on commit 1474f99

Please sign in to comment.