Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jul 1, 2024
1 parent 0509f9a commit 08b5de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ RUN cargo build --release
FROM debian:bookworm-slim AS runtime
WORKDIR /app

COPY --from=builder /app/target/release /app/server
COPY --from=builder /app/target/release/namada-faucet /app/server

CMD ["./server"]

0 comments on commit 08b5de3

Please sign in to comment.