Skip to content

Commit

Permalink
fix: docker pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed May 26, 2024
1 parent f85d587 commit 21bf288
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,6 +4,6 @@ COPY . .
RUN cargo build --release

FROM debian:stable-slim AS runtime
COPY --from=builder /caravan/target/release/caravan /caravan
COPY --from=builder /caravan/target/release/caravan /usr/local/bin/
EXPOSE 8080
CMD ["/usr/local/bin/caravan"]
ENTRYPOINT ["/usr/local/bin/caravan"]

0 comments on commit 21bf288

Please sign in to comment.