Skip to content

Commit

Permalink
fix: runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed May 26, 2024
1 parent d52b7ae commit f85d587
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 @@ -3,7 +3,7 @@ WORKDIR /caravan
COPY . .
RUN cargo build --release

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

0 comments on commit f85d587

Please sign in to comment.