Skip to content

Commit

Permalink
modify dockerfile 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ouyangkang committed Mar 11, 2024
1 parent 22f2005 commit 22b0887
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bmrlab/muse-credits:v0.9 as github-credits
FROM ghcr.io/bmrlab/muse-credits:v1.1 as github-credits

ENV start_params=" "

Expand Down
5 changes: 2 additions & 3 deletions Dockerfile.gitlab
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ RUN cargo build --release

FROM debian:bookworm-slim

RUN apt-get update && apt-get install -y libc6 && install libssl-dev
RUN apt-get update && apt-get install -y libc6 && apt-get install -y libssl-dev

WORKDIR /usr/app

COPY --from=builder /usr/src/config /usr/app/config
COPY --from=builder /usr/src/target/release/credits-cli /usr/app/credits-cli

COPY --from=builder /usr/src/target/release/credits-cli /usr/app/credits-cli

0 comments on commit 22b0887

Please sign in to comment.