Skip to content

Commit

Permalink
docker update (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsinhaparseable authored Apr 23, 2024
1 parent 3ad3cf5 commit 8c9ff18
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,4 @@ RUN apt-get update && apt-get -y install build-essential && apt-get install -y c

RUN cargo build --release

FROM gcr.io/distroless/cc-debian12:latest

WORKDIR /penguin
COPY --from=builder /penguin/target/release/penguin /usr/bin/penguin

CMD ["penguin"]
CMD ["./target/release/penguin"]

0 comments on commit 8c9ff18

Please sign in to comment.