Skip to content

Commit

Permalink
Add floresta-cli to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Nov 19, 2024
1 parent 0f0cb8f commit e817fc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
FROM debian:11.6-slim@sha256:171530d298096f0697da36b3324182e872db77c66452b85783ea893680cc1b62

COPY --from=builder /opt/app/target/release/florestad /usr/local/bin/florestad
COPY --from=builder /opt/app/target/release/floresta_cli /usr/local/bin/floresta-cli
RUN chmod +x /usr/local/bin/florestad

EXPOSE 50001
Expand Down

0 comments on commit e817fc5

Please sign in to comment.